Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinquize <linquize@yahoo.com.hk>2013-09-22 05:11:43 +0400
committerLinquize <linquize@yahoo.com.hk>2013-09-22 05:38:51 +0400
commit1b57699a3a6245bce3b98f73286b7a904c4bbd66 (patch)
tree9ae2e138334f7bff17fa1a7277bc1d20b804d7a0 /src/posix.h
parent92d19d16711c059c768063956abd31db346d2e7b (diff)
Fix typo in documentation
Diffstat (limited to 'src/posix.h')
-rw-r--r--src/posix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/posix.h b/src/posix.h
index de2aa0b73..14c92b93d 100644
--- a/src/posix.h
+++ b/src/posix.h
@@ -39,7 +39,7 @@ typedef int git_file;
*
* Some of the methods are slightly wrapped to provide
* saner defaults. Some of these methods are emulated
- * in Windows platforns.
+ * in Windows platforms.
*
* Use your manpages to check the docs on these.
*/