From: Andrew Kreimer <algonell@xxxxxxxxx> Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@xxxxxxxxx> --- fsmonitor-settings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- gitgitgadget