From 50c0569cf0090139ccde82959a0ac1607f4719f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Mon, 18 Apr 2016 21:58:58 +0200 Subject: [PATCH] Fixed typo --- src/repository.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/repository.c b/src/repository.c index f8d42a7..1014e1c 100644 --- a/src/repository.c +++ b/src/repository.c @@ -1575,8 +1575,8 @@ PyDoc_STRVAR(Repository_reset__doc__, "\n" "Resets current head to the provided oid.\n" "reset_type:\n" - "GIT_RESET_SOFT: resets head to point to oid, but does not modfy working copy, and leaves the changes in the index.\n" - "GIT_RESET_MIXED: resets head to point to oid, but does not modfy working copy. It empties the index too.\n" + "GIT_RESET_SOFT: resets head to point to oid, but does not modify working copy, and leaves the changes in the index.\n" + "GIT_RESET_MIXED: resets head to point to oid, but does not modify working copy. It empties the index too.\n" "GIT_RESET_HARD: resets head to point to oid, and resets too the working copy and the content of the index.\n"); PyObject *