read-cache.c: typofix
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2008 01:48:58 +0000 (18:48 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2008 01:48:58 +0000 (18:48 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
read-cache.c

index d801f9d1cf9eca5ddeff2f0af4549bbc1e72423f..16484281f7ea051a41e4352a3e6a1c0fdc746a9a 100644 (file)
@@ -528,7 +528,7 @@ int add_to_index(struct index_state *istate, const char *path, struct stat *st,
                ce = create_alias_ce(ce, alias);
        ce->ce_flags |= CE_ADDED;
 
-       /* It was suspected to be recily clean, but it turns out to be Ok */
+       /* It was suspected to be racily clean, but it turns out to be Ok */
        was_same = (alias &&
                    !ce_stage(alias) &&
                    !hashcmp(alias->sha1, ce->sha1) &&