Commit a009df92847bdf738778c064cc50e9c204b6e1d6

Stefan Sperling 2019-08-22T18:55:02

fix typo in comment

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/regress/cmdline/ref.sh b/regress/cmdline/ref.sh
index 879c395..fb06a64 100755
--- a/regress/cmdline/ref.sh
+++ b/regress/cmdline/ref.sh
@@ -38,7 +38,7 @@ function test_ref_create {
 		return 1
 	fi
 
-	# Ensure Git recognizes the new ref
+	# Ensure Got recognizes the new ref
 	got checkout -b newref $testroot/repo $testroot/wt >/dev/null
 	ret="$?"
 	if [ "$ret" != "0" ]; then