Branch: refs/heads/master Author: Evgeni Golov evgeni@debian.org Committer: Evgeni Golov evgeni@debian.org Date: Wed, 23 Apr 2014 06:24:24 UTC Commit: 635829c24e9a684b7403d5170358d722f7205579 https://github.com/geany/geany-plugins/commit/635829c24e9a684b7403d5170358d7...
Log Message: ----------- fix a couple of typos
some of them were spotted by Debian's lintian, thanks for that!
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).