SF.net SVN: geany-plugins:[1467] trunk
frlan at users.sourceforge.net
frlan at xxxxx
Sat Jun 26 17:04:30 UTC 2010
Revision: 1467
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=1467&view=rev
Author: frlan
Date: 2010-06-26 17:04:30 +0000 (Sat, 26 Jun 2010)
Log Message:
-----------
Correct a minor spelling misstake
Modified Paths:
--------------
trunk/geany-plugins/geanylatex/ChangeLog
trunk/geany-plugins/geanyprj/src/menu.c
trunk/geanylatex/ChangeLog
Modified: trunk/geany-plugins/geanylatex/ChangeLog
===================================================================
--- trunk/geany-plugins/geanylatex/ChangeLog 2010-06-26 16:45:09 UTC (rev 1466)
+++ trunk/geany-plugins/geanylatex/ChangeLog 2010-06-26 17:04:30 UTC (rev 1467)
@@ -1,6 +1,6 @@
2010-05-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
- * Add a feature which is inserting {} automaticly once a new line is
+ * Add a feature which is inserting {} automaticlly once a new line is
entered and an command seems to don't have some.
Modified: trunk/geany-plugins/geanyprj/src/menu.c
===================================================================
--- trunk/geany-plugins/geanyprj/src/menu.c 2010-06-26 16:45:09 UTC (rev 1466)
+++ trunk/geany-plugins/geanyprj/src/menu.c 2010-06-26 17:04:30 UTC (rev 1467)
@@ -168,7 +168,7 @@
e->regenerate = gtk_check_button_new_with_label(_("Generate file list on load"));
gtk_tooltips_set_tip(tooltips, e->regenerate,
_("Automatically add files that match project type on project load "
- "automaticly. You can't manually add/remove files if "
+ "automatically. You can't manually add/remove files if "
"you checked this option, since your modification will be lost on "
"on next project load"), NULL);
gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(e->regenerate), TRUE);
Modified: trunk/geanylatex/ChangeLog
===================================================================
--- trunk/geanylatex/ChangeLog 2010-06-26 16:45:09 UTC (rev 1466)
+++ trunk/geanylatex/ChangeLog 2010-06-26 17:04:30 UTC (rev 1467)
@@ -1,6 +1,6 @@
2010-05-15 Frank Lanitz <frank(at)frank(dot)uvena(dot)de>
- * Add a feature which is inserting {} automaticly once a new line is
+ * Add a feature which is inserting {} automaticlly once a new line is
entered and an command seems to don't have some.
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