Skip to content

Commit 60cbaf5

Browse files
committed
Fix some ambigous typos
1 parent 4e6b93b commit 60cbaf5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ Breaking changes:
439439

440440
Breaking changes:
441441

442-
- Remove deprecated `GIT_CREDTYPE_XXX` contants, use
442+
- Remove deprecated `GIT_CREDTYPE_XXX` constants, use
443443
`GIT_CREDENTIAL_XXX` instead.
444444
- Remove deprecated `Patch.patch` getter, use `Patch.text` instead.
445445

@@ -536,7 +536,7 @@ Deprecations:
536536

537537
- Deprecate `Repository.create_remote(...)`, use instead
538538
`Repository.remotes.create(...)`
539-
- Deprecate `GIT_CREDTYPE_XXX` contants, use `GIT_CREDENTIAL_XXX`
539+
- Deprecate `GIT_CREDTYPE_XXX` constants, use `GIT_CREDENTIAL_XXX`
540540
instead.
541541

542542
# 1.2.0 (2020-04-05)

src/pygit2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ PyDoc_STRVAR(filter_register__doc__,
290290
"\n"
291291
"`priority` defaults to GIT_FILTER_DRIVER_PRIORITY which imitates a core\n"
292292
"Git filter driver that will be run last on checkout (smudge) and first \n"
293-
"on checkin (clean).\n"
293+
"on check-in (clean).\n"
294294
"\n"
295295
"Note that the filter registry is not thread safe. Any registering or\n"
296296
"deregistering of filters should be done outside of any possible usage\n"

0 commit comments

Comments
 (0)