diff options
Diffstat (limited to 'src/commit_list.c')
-rw-r--r-- | src/commit_list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commit_list.c b/src/commit_list.c index 9db3f5633..3054c18dd 100644 --- a/src/commit_list.c +++ b/src/commit_list.c @@ -151,7 +151,7 @@ static int commit_quick_parse( while (buffer > committer_start && git__isspace(*buffer)) buffer--; - /* Seek for the begining of the pack of digits */ + /* Seek for the beginning of the pack of digits */ while (buffer > committer_start && git__isdigit(*buffer)) buffer--; |