summaryrefslogtreecommitdiffstats
path: root/fsmonitor-settings.c
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-09-19 20:34:23 +0200
committerJunio C Hamano <gitster@pobox.com>2024-09-19 22:46:00 +0200
commitbe645cd268c2b1b9ee2e1d12ac309e696c8999e0 (patch)
tree6fd5d8344c5f0d384f5ea2722ae186a41cc5e236 /fsmonitor-settings.c
parentdiffcore-rename: fix typos (diff)
downloadgit-be645cd268c2b1b9ee2e1d12ac309e696c8999e0.tar.xz
git-be645cd268c2b1b9ee2e1d12ac309e696c8999e0.zip
fsmonitor-settings: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'fsmonitor-settings.c')
-rw-r--r--fsmonitor-settings.c2
1 files changed, 1 insertions, 1 deletions
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 {