Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maijin authored and radare committed Mar 10, 2017
1 parent 4085fda commit a02f09a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libr/core/cconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -1911,7 +1911,7 @@ R_API int r_core_config_init(RCore *core) {
/* prj */
SETPREF("prj.name", "", "Name of current project");
SETPREF("prj.files", "false", "Save the target binary inside the project directory");
SETPREF("prj.git", "false", "Every project is a git repo and saving is commiting");
SETPREF("prj.git", "false", "Every project is a git repo and saving is committing");
SETPREF("prj.zip", "false", "Use ZIP format for project files");
SETPREF("prj.gpg", "false", "TODO: Encrypt project with GnuPGv2");

Expand Down

0 comments on commit a02f09a

Please sign in to comment.