From: Andrew Kreimer Date: Thu, 19 Sep 2024 18:34:23 +0000 (+0000) Subject: fsmonitor-settings: fix a typo X-Git-Tag: v2.47.0-rc0~10^2~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be645cd268c2b1b9ee2e1d12ac309e696c8999e0;p=thirdparty%2Fgit.git fsmonitor-settings: fix a typo Fix a typo in comments. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/fsmonitor-settings.c b/fsmonitor-settings.c index e818583420..a6587a8972 100644 --- a/fsmonitor-settings.c +++ b/fsmonitor-settings.c @@ -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 {