Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
fixed link in documentation of diff-options
[gitweb.git]
/
tag.c
diff --git
a/tag.c
b/tag.c
index 330d287924765c95dac428f040b104930c316b81..bbacd59a23f7994980f4bf017324833ca3d4adb3 100644
(file)
--- a/
tag.c
+++ b/
tag.c
@@
-26,7
+26,7
@@
struct tag *lookup_tag(const unsigned char *sha1)
if (!obj->type)
obj->type = OBJ_TAG;
if (obj->type != OBJ_TAG) {
- error("Object %s is a %s, not a t
ree
",
+ error("Object %s is a %s, not a t
ag
",
sha1_to_hex(sha1), typename(obj->type));
return NULL;
}