Skip to content

Commit 68840cb

Browse files
standby24x7gitster
authored andcommitted
contrib: typofixes
Signed-off-by: Masanari Iida <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 7e7cf80 commit 68840cb

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

contrib/gitview/gitview

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

contrib/mw-to-git/git-remote-mediawiki.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

contrib/mw-to-git/t/test-gitmw-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test_diff_directories () {
9191
# Check that <dir> contains exactly <N> files
9292
test_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

contrib/mw-to-git/t/test.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ SERVER_ADDR=localhost
1212
TMP=/tmp
1313
DB_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.
1717
WIKI_DIR_INST=/var/www
1818

0 commit comments

Comments
 (0)