]> git.ipfire.org Git - thirdparty/git.git/commitdiff
fsmonitor-settings: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Thu, 19 Sep 2024 18:34:23 +0000 (18:34 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Sep 2024 20:46:00 +0000 (13:46 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fsmonitor-settings.c

index e818583420aa1b0922e2d63e4a05f86c12de1c5d..a6587a8972b184039406f65c7bd682878299e2b7 100644 (file)
@@ -7,7 +7,7 @@
 #include "fsmonitor-path-utils.h"
 
 /*
- * We keep this structure defintion private and have getters
+ * We keep this structure definition private and have getters
  * for all fields so that we can lazy load it as needed.
  */
 struct fsmonitor_settings {