SF.net SVN: geany-plugins:[2347] trunk/geany-plugins/geanymacro

frlan at users.sourceforge.net frlan at xxxxx
Sun Nov 20 17:53:12 UTC 2011


Revision: 2347
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2347&view=rev
Author:   frlan
Date:     2011-11-20 17:53:12 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
GeanyMacro: fix typos spotted by Debian's lintian tool. Patch by Evgeni Golov

Modified Paths:
--------------
    trunk/geany-plugins/geanymacro/ABOUT
    trunk/geany-plugins/geanymacro/README
    trunk/geany-plugins/geanymacro/src/geanymacro.c

Modified: trunk/geany-plugins/geanymacro/ABOUT
===================================================================
--- trunk/geany-plugins/geanymacro/ABOUT	2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/ABOUT	2011-11-20 17:53:12 UTC (rev 2347)
@@ -4,11 +4,11 @@
 allowing users to select which features they want to add to the core editor.
 The idea was taken from a Text Editor for Windows called ConText.
 
-This plugin alows you to record and use your own macros. Macros are sequences
+This plugin allows you to record and use your own macros. Macros are sequences
 of actions that can then be repeated with a single key combination. So if you
 had dozens of lines where you wanted to delete the last 2 characters, you could
 simple start recording, press End, Backspace, Backspace, down line and then
-stop recording. Then simply trigger the macro and it would automaticaly edit
+stop recording. Then simply trigger the macro and it would automatically edit
 the line and move to the next. You could then just repeatedly trigger the macro
 to do as many lines as you want.
 
@@ -20,7 +20,7 @@
 
 To edit the macros you already have select Edit Macro from the Tools menu. You
 can select a macro and delete it, or re-record it. You can also click on a
-macro's name and change it, or the key combination and re-define that asuming
+macro's name and change it, or the key combination and re-define that assuming
 that the new name or key combination are not already in use.
 
 

Modified: trunk/geany-plugins/geanymacro/README
===================================================================
--- trunk/geany-plugins/geanymacro/README	2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/README	2011-11-20 17:53:12 UTC (rev 2347)
@@ -4,11 +4,11 @@
 allowing users to select which features they want to add to the core editor.
 The idea was taken from a Text Editor for Windows called ConText.
 
-This plugin alows you to record and use your own macros. Macros are sequences
+This plugin allows you to record and use your own macros. Macros are sequences
 of actions that can then be repeated with a single key combination. So if you
 had dozens of lines where you wanted to delete the last 2 characters, you could
 simple start recording, press End, Backspace, Backspace, down line and then
-stop recording. Then simply trigger the macro and it would automaticaly edit
+stop recording. Then simply trigger the macro and it would automatically edit
 the line and move to the next. You could then just repeatedly trigger the macro
 to do as many lines as you want.
 
@@ -20,7 +20,7 @@
 
 To edit the macros you already have select Edit Macro from the Tools menu. You
 can select a macro and delete it, or re-record it. You can also click on a
-macro's name and change it, or the key combination and re-define that asuming
+macro's name and change it, or the key combination and re-define that assuming
 that the new name or key combination are not already in use.
 
 

Modified: trunk/geany-plugins/geanymacro/src/geanymacro.c
===================================================================
--- trunk/geany-plugins/geanymacro/src/geanymacro.c	2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/src/geanymacro.c	2011-11-20 17:53:12 UTC (rev 2347)
@@ -688,17 +688,17 @@
 	/* create label */
 	label=gtk_label_new(
 		_("This Plugin implements Macros in Geany.\n\n"
-		"This plugin alows you to record and use your own macros. These are sequences of \
+		"This plugin allows you to record and use your own macros. These are sequences of \
 actions that can then be repeated with a single key combination. So if you had dozens of lines \
 where you wanted to delete the last 2 characters, you could simple start recording, press End, \
 Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it \
-would automaticaly edit the line and move to the next. Select Record Macro from the Tools menu \
+would automatically edit the line and move to the next. Select Record Macro from the Tools menu \
 and you will be prompted with a dialog box. You need to specify a key combination that isn't being\
  used, and a name for the macro to help you identify it. Then press Record. What you do in the \
 editor is then recorded until you select Stop Recording Macro from the Tools menu. Simply pressing\
  the specified key combination will re-run the macro. To edit the macros you have select Edit \
 Macro from the Tools menu. You can select a macro and delete it, or re-record it. You can also \
-click on a macro's name and change it, or the key combination and re-define that asuming that it's\
+click on a macro's name and change it, or the key combination and re-define that assuming that it's\
  not already in use.\n\n"
 		"You can alter the default behaviour of this plugin by selecting Plugin Manager under the \
 Tools menu, selecting this plugin, and cliking Preferences. You can change:\nSave Macros when \

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list