projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
http*: cleanup slot->local after fclose
[git]
/
builtin-reset.c
diff --git
a/builtin-reset.c
b/builtin-reset.c
index
c0cb915
..
7e7ebab
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)) {
/*