]> git.phdru.name Git - cookiecutter.git/commitdiff
Fix minor misspelling
authorOleg Broytman <phd@phdru.name>
Tue, 28 Jan 2025 11:27:28 +0000 (14:27 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 28 Jan 2025 11:27:28 +0000 (14:27 +0300)
clone2current
publish2web

index b7cb5d07470f230b644eb6ca57076ee3c4625fb0..8ffff7cab183afd48e72c724816e363ed3ed5f24 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ ! -d ".git" -a -z "$1" ]; then
-   echo "Usage: $0 repoistory [directories]" >&2
+   echo "Usage: $0 repository [directories]" >&2
    exit 1
 fi
 
@@ -11,7 +11,7 @@ fi &&
 source_dir="`pwd`" &&
 
 if [ ! -d ".git" ]; then
-   echo "$source_dir is not a repoistory (.git isn't found)" >&2
+   echo "$source_dir is not a repository (.git isn't found)" >&2
    exit 1
 fi &&
 
index 933227c597f40bc62fbd3ed5bf75fc5b53166218..1590b82196dbe8a0a3f10ef80c199587dc7d54e3 100755 (executable)
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 if [ ! -d ".git" -a -z "$1" ]; then
-   echo "Usage: $0 repoistory [directories]" >&2
+   echo "Usage: $0 repository [directories]" >&2
    exit 1
 fi
 
@@ -12,7 +12,7 @@ fi &&
 source_dir="`pwd`" &&
 
 if [ ! -d ".git" ]; then
-   echo "$source_dir is not a repoistory (.git isn't found)" >&2
+   echo "$source_dir is not a repository (.git isn't found)" >&2
    exit 1
 fi &&