Fix more typos, primarily in the code
[gitweb.git] / sha1_file.c
index bc3580844023c9ae0f833ea5799c05887e1d88aa..f7bb3a1c54c001a83dd0c2ee9c2b59dd686a66d1 100644 (file)
@@ -1660,7 +1660,7 @@ int has_sha1_file(const unsigned char *sha1)
 
 /*
  * reads from fd as long as possible into a supplied buffer of size bytes.
- * If neccessary the buffer's size is increased using realloc()
+ * If necessary the buffer's size is increased using realloc()
  *
  * returns 0 if anything went fine and -1 otherwise
  *