diff options
author | 2010-02-16 22:45:14 -0800 | |
---|---|---|
committer | 2010-02-16 22:45:14 -0800 | |
commit | 6d816301cd53e54af3398b634d47588a6f184be4 (patch) | |
tree | 946bbec83ad85736d3e4c25406d510ac4841e256 /compat | |
parent | Merge branch 'maint' (diff) | |
parent | Typofixes outside documentation area (diff) | |
download | tgif-6d816301cd53e54af3398b634d47588a6f184be4.tar.xz |
Merge branch 'jc/typo'
* jc/typo:
Typofixes outside documentation area
Diffstat (limited to 'compat')
-rw-r--r-- | compat/win32/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/win32/pthread.c b/compat/win32/pthread.c index 5fc1670bee..0f949fc425 100644 --- a/compat/win32/pthread.c +++ b/compat/win32/pthread.c @@ -1,7 +1,7 @@ /* * Copyright (C) 2009 Andrzej K. Haczewski <ahaczewski@gmail.com> * - * DISCLAMER: The implementation is Git-specific, it is subset of original + * DISCLAIMER: The implementation is Git-specific, it is subset of original * Pthreads API, without lots of other features that Git doesn't use. * Git also makes sure that the passed arguments are valid, so there's * no need for double-checking. |