[geany/geany-plugins] 24b34f: Debugger: Fix a small typo
Frank Lanitz
git-noreply at xxxxx
Wed Mar 6 18:14:14 UTC 2013
Branch: refs/heads/master
Author: Frank Lanitz <frank at frank.uvena.de>
Committer: Frank Lanitz <frank at frank.uvena.de>
Date: Wed, 06 Mar 2013 18:14:14 UTC
Commit: 24b34f28977055ac71e3c4c80139b68c03fbfa19
https://github.com/geany/geany-plugins/commit/24b34f28977055ac71e3c4c80139b68c03fbfa19
Log Message:
-----------
Debugger: Fix a small typo
Modified Paths:
--------------
debugger/src/keys.c
Modified: debugger/src/keys.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -54,7 +54,7 @@
{ "key_debug_step_out", N_("Step out"), KEY_STEP_OUT},
{ "key_debug_exec_until", N_("Run to cursor"), KEY_EXECUTE_UNTIL},
{ "key_debug_break", N_("Add / Remove breakpoint"), KEY_BREAKPOINT},
- { "key_current_instruction", N_("Jump to the currect instruction"), KEY_CURRENT_INSTRUCTION},
+ { "key_current_instruction", N_("Jump to the current instruction"), KEY_CURRENT_INSTRUCTION},
{ NULL, NULL, 0}
};
--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
More information about the Plugins-Commits
mailing list