diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 10:32:33 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2023-08-10 10:32:33 +0300 |
commit | 2d9c1f271b67c2f4553d814b27eb79e5bf6c691e (patch) | |
tree | c39f02fa662f966e87caf987a95d4aa4ff1ca657 /gitstatus/src/dir.h | |
parent | 717f9a1881c1bd179658951b8628f1b395c1cb11 (diff) | |
parent | 22cb2f79ddb89a368dd823e815fa1b0587ff1b6a (diff) |
Merge commit '22cb2f79ddb89a368dd823e815fa1b0587ff1b6a'
Diffstat (limited to 'gitstatus/src/dir.h')
-rw-r--r-- | gitstatus/src/dir.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gitstatus/src/dir.h b/gitstatus/src/dir.h index 4d4cf3da..2a7533a3 100644 --- a/gitstatus/src/dir.h +++ b/gitstatus/src/dir.h @@ -25,7 +25,7 @@ namespace gitstatus { -// On error, leaves entries unchaged and returns false. Does not throw. +// On error, leaves entries unchanged and returns false. Does not throw. // // On success, appends names of files from the specified directory to entries and returns true. // Every appended entry is a null-terminated string. At -1 offset is its d_type. All elements |