Branch: refs/heads/master Author: Frank Lanitz frank@frank.uvena.de Committer: Frank Lanitz frank@frank.uvena.de Date: Wed, 23 Apr 2014 07:36:29 UTC Commit: c172ff202190fbda3a3dc515dd4d442d7c4ab703 https://github.com/geany/geany-plugins/commit/c172ff202190fbda3a3dc515dd4d44...
Log Message: ----------- Merge pull request #147 from evgeni/typos
fix a couple of typos
Modified Paths: -------------- multiterm/src/defconf.vala treebrowser/src/treebrowser.c
Modified: multiterm/src/defconf.vala 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -35,12 +35,12 @@ namespace MultiTerm #======================================================================# # # # You can configure the behaviour of the MultiTerm plugin by adjusting # -# the values in this file. Lines begining with a # are considered # +# the values in this file. Lines beginning with a # are considered # # comments and are left as is. Group/section names go in [] and keys # # and values are separated by an = symbol. Where more than one value # # can be supplied, as in a list, separate the values with the ; symbol.# # # -# Groups/section names begining with 'shell=' denote a type of # +# Groups/section names beginning with 'shell=' denote a type of # # terminal/shell that can be opened. The name of the shell follows # # the = symbol. Each shell can have it's own specific VTE # # configuration and can run it's own child command. As an example, if #
Modified: treebrowser/src/treebrowser.c 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -1157,8 +1157,8 @@ on_menu_close_children(GtkMenuItem *menuitem, gchar *uri) { if (documents[i]->is_valid) { - /* the docuemnt filename shoudl always be longer than the uri when closing children - * Compare the beginingin of the filename string to see if it matchs the uri*/ + /* the document filename should always be longer than the uri when closing children + * Compare the beginning of the filename string to see if it matchs the uri*/ if (strlen(documents[i]->file_name) > uri_len) { if (strncmp(uri, documents[i]->file_name, uri_len)==0)
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).