Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: Correctly report max revision when following deleted paths
[gitweb.git]
/
builtin-reset.c
diff --git
a/builtin-reset.c
b/builtin-reset.c
index c0cb915c26b56a905807cefa4e246d99d199b297..7e7ebabaa865ebd749502774638efe7b6d26bec1 100644
(file)
--- a/
builtin-reset.c
+++ b/
builtin-reset.c
@@
-228,7
+228,7
@@
int cmd_reset(int argc, const char **argv, const char *prefix)
}
/*
* Otherwise, argv[i] could be either <rev> or <paths> and
- * has to be unambigous.
+ * has to be unambig
u
ous.
*/
else if (!get_sha1(argv[i], sha1)) {
/*