File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1205,7 +1205,7 @@ class GitView(object):
12051205
12061206 #The first parent always continue on the same line
12071207 try :
1208- # check we alreay have the value
1208+ # check we already have the value
12091209 tmp_node_pos = self .nodepos [commit .parent_sha1 [0 ]]
12101210 except KeyError :
12111211 self .colours [commit .parent_sha1 [0 ]] = colour
Original file line number Diff line number Diff line change @@ -1315,7 +1315,7 @@ sub get_mw_namespace_id {
13151315 # Store "notANameSpace" as special value for inexisting namespaces
13161316 my $store_id = ($id || ' notANameSpace' );
13171317
1318- # Store explicitely requested namespaces on disk
1318+ # Store explicitly requested namespaces on disk
13191319 if (!exists $cached_mw_namespace_id {$name }) {
13201320 run_git(qq( config --add remote.${remotename} .namespaceCache "${name} :${store_id} ") );
13211321 $cached_mw_namespace_id {$name } = 1;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ test_diff_directories () {
9191# Check that <dir> contains exactly <N> files
9292test_contains_N_files () {
9393 if test ` ls -- " $1 " | wc -l` -ne " $2 " ; then
94- echo " directory $1 sould contain $2 files"
94+ echo " directory $1 should contain $2 files"
9595 echo " it contains these files:"
9696 ls " $1 "
9797 false
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SERVER_ADDR=localhost
1212TMP=/tmp
1313DB_FILE=wikidb.sqlite
1414
15- # If LIGHTTPD is not set to true, the script will use the defaut
15+ # If LIGHTTPD is not set to true, the script will use the default
1616# web server running in WIKI_DIR_INST.
1717WIKI_DIR_INST=/var/www
1818
You can’t perform that action at this time.
0 commit comments