diff mbox series

[03/20] fsmonitor-settings: fix a typo

Message ID 9056dc6773d77422ab7b7f044275c500dc5327b9.1726770880.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit be645cd268c2b1b9ee2e1d12ac309e696c8999e0
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Sept. 19, 2024, 6:34 p.m. UTC
From: Andrew Kreimer <algonell@gmail.com>

Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 fsmonitor-settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fsmonitor-settings.c b/fsmonitor-settings.c
index e818583420a..a6587a8972b 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 {