diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-30 13:45:25 -0700 |
commit | 748cffc22bbe769b3b2fba90ae98db4719b90bb4 (patch) | |
tree | f65f24be1f89121be4ccf0191c06651e81e6abc9 /gitweb | |
parent | Merge branch 'rs/apply-validate-input' (diff) | |
parent | Spelling fixes (diff) | |
download | tgif-748cffc22bbe769b3b2fba90ae98db4719b90bb4.tar.xz |
Merge branch 'vs/typofixes'
Many typofixes.
* vs/typofixes:
Spelling fixes
Diffstat (limited to 'gitweb')
-rwxr-xr-x | gitweb/gitweb.perl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl index d8209c7a02..3d4a8ee27c 100755 --- a/gitweb/gitweb.perl +++ b/gitweb/gitweb.perl @@ -3125,7 +3125,7 @@ sub git_get_projects_list { return @list; } -# written with help of Tree::Trie module (Perl Artistic License, GPL compatibile) +# written with help of Tree::Trie module (Perl Artistic License, GPL compatible) # as side effects it sets 'forks' field to list of forks for forked projects sub filter_forks_from_projects_list { my $projects = shift; @@ -4376,7 +4376,7 @@ sub git_print_page_nav { "</div>\n"; } -# returns a submenu for the nagivation of the refs views (tags, heads, +# returns a submenu for the navigation of the refs views (tags, heads, # remotes) with the current view disabled and the remotes view only # available if the feature is enabled sub format_ref_views { |