travis-ci: record and skip successfully built trees
[gitweb.git] / gitweb / gitweb.perl
index 8318411b9123415a9af9cd514c2ae6169d546c38..9208f42ed1753530b8ea46761f8ecc61bbe95976 100755 (executable)
@@ -3127,7 +3127,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;
@@ -4378,7 +4378,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 {