diff options
author | Mike Ralphson <mike@abacus.co.uk> | 2009-04-17 19:13:30 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-04-22 19:02:12 -0700 |
commit | 3ea3c215c02dc4a4e7d0881c25b2223540960797 (patch) | |
tree | e6e8e312ae4af706982a1fa1dd9ddfb3faedc2f0 /fsck.h | |
parent | bad542f0b1bca3b57e300a21fc7268c1800e6752 (diff) | |
download | git-3ea3c215c02dc4a4e7d0881c25b2223540960797.tar.gz |
Fix typos / spelling in comments
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsck.h')
-rw-r--r-- | fsck.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ int fsck_error_function(struct object *obj, int type, const char *fmt, ...); * the return value is: * -1 error in processing the object * <0 return value of the callback, which lead to an abort - * >0 return value of the first sigaled error >0 (in the case of no other errors) + * >0 return value of the first signaled error >0 (in the case of no other errors) * 0 everything OK */ int fsck_walk(struct object *obj, fsck_walk_func walk, void *data); |