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):
1205
1205
1206
1206
#The first parent always continue on the same line
1207
1207
try :
1208
- # check we alreay have the value
1208
+ # check we already have the value
1209
1209
tmp_node_pos = self .nodepos [commit .parent_sha1 [0 ]]
1210
1210
except KeyError :
1211
1211
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 {
1315
1315
# Store "notANameSpace" as special value for inexisting namespaces
1316
1316
my $store_id = ($id || ' notANameSpace' );
1317
1317
1318
- # Store explicitely requested namespaces on disk
1318
+ # Store explicitly requested namespaces on disk
1319
1319
if (!exists $cached_mw_namespace_id {$name }) {
1320
1320
run_git(qq( config --add remote.${remotename} .namespaceCache "${name} :${store_id} ") );
1321
1321
$cached_mw_namespace_id {$name } = 1;
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ test_diff_directories () {
91
91
# Check that <dir> contains exactly <N> files
92
92
test_contains_N_files () {
93
93
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"
95
95
echo " it contains these files:"
96
96
ls " $1 "
97
97
false
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ SERVER_ADDR=localhost
12
12
TMP=/tmp
13
13
DB_FILE=wikidb.sqlite
14
14
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
16
16
# web server running in WIKI_DIR_INST.
17
17
WIKI_DIR_INST=/var/www
18
18
You can’t perform that action at this time.
0 commit comments