From 5834bcd7aebd13aa85167932053a535126de3fcb Mon Sep 17 00:00:00 2001 From: Kevin Worth Date: Mon, 6 Jul 2020 08:21:35 -0400 Subject: [PATCH] Fix two english sentence typos 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 | 2 +- nogit | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index fef3192..98aee15 100644 --- 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 b0820fc..6842002 100755 --- 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 -- 2.43.0