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:
authorDmitriy Olshevskiy <olshevskiy87@bk.ru>2015-12-21 20:49:14 +0300
committerDmitriy Olshevskiy <olshevskiy87@bk.ru>2015-12-21 22:18:07 +0300
commit91f0d186b4efee8ccd5d0bbedf6b806a4f5e2a3a (patch)
tree5451909583611917bd35045c974f5cb91a49d0d2 /tests/index
parent9ec6839a72db4c013c9bb9da07d37a782bccc7d0 (diff)
typos in comments
Diffstat (limited to 'tests/index')
-rw-r--r--tests/index/racy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index/racy.c b/tests/index/racy.c
index a24d47a10..e2275ea14 100644
--- a/tests/index/racy.c
+++ b/tests/index/racy.c
@@ -79,7 +79,7 @@ void test_index_racy__write_index_just_after_file(void)
cl_git_mkfile(path.ptr, "B");
/*
- * Pretend this index' modification happend a second after the
+ * Pretend this index' modification happened a second after the
* file update, and rewrite the file in that same second.
*/
times[0].tv_sec = index->stamp.mtime.tv_sec + 2;