summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2010-02-16 22:45:14 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2010-02-16 22:45:14 -0800
commit6d816301cd53e54af3398b634d47588a6f184be4 (patch)
tree946bbec83ad85736d3e4c25406d510ac4841e256 /compat
parentMerge branch 'maint' (diff)
parentTypofixes outside documentation area (diff)
downloadtgif-6d816301cd53e54af3398b634d47588a6f184be4.tar.xz
Merge branch 'jc/typo'
* jc/typo: Typofixes outside documentation area
Diffstat (limited to 'compat')
-rw-r--r--compat/win32/pthread.c2
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.