]> git.cworth.org Git - nogit/commitdiff
Fix two english sentence typos
authorKevin Worth <kworth082@gmail.com>
Mon, 6 Jul 2020 12:21:35 +0000 (08:21 -0400)
committerKevin Worth <kworth082@gmail.com>
Mon, 6 Jul 2020 12:21:35 +0000 (08:21 -0400)
Nothing else to say here. But I'm told that by at least saying
*something* so I'll be a much better developer... or something along
those lines. ;-P

README
nogit

diff --git a/README b/README
index fef3192bf4b256a07ea8c1261e20adc18c172548..98aee151174ca7b0c125cfe0d8f69a8a7669b5ed 100644 (file)
--- a/README
+++ b/README
@@ -3,7 +3,7 @@ nogit: Using git to track files without the user using git
 Summary
 =======
 Let's see, nogit is a very simple tool that uses git under the hood to
-allow for collaboration on files, but without requiring the the
+allow for collaboration on files, but without requiring the
 collaborators to invoke git commands. Any time a user might invoke
 "git commit", or "git push", or "git pull", etc. the user instead just
 invokes "nogit sync". And the user will not be prompted to fill out a
diff --git a/nogit b/nogit
index b0820fc224413e9bfbc0e51562e45309f3cadd5e..68420025c8dea9e6457e518c3b2b7bc4a01a93b4 100755 (executable)
--- a/nogit
+++ b/nogit
@@ -64,7 +64,7 @@ nogit_clone()
     fi
 
     if [ -e $NOGIT_DIR_TMP ]; then
-        echo "Error: $NOGIT_DIR_TMP already exists. Was a previosu clone interrupted?"
+        echo "Error: $NOGIT_DIR_TMP already exists. Was a previous clone interrupted?"
         echo "You'll want to clean that up before trying again."
         return 1
     fi