From c73a3eef9b8087f03d1f5c586d39a6ba8c9363ea Mon Sep 17 00:00:00 2001 From: anarcat Date: Mon, 26 Jun 2023 17:13:00 +0000 Subject: [PATCH] spellchecking --- doc/news/version_10.20230626.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/news/version_10.20230626.mdwn b/doc/news/version_10.20230626.mdwn index bd5375826f..33e2594c3a 100644 --- a/doc/news/version_10.20230626.mdwn +++ b/doc/news/version_10.20230626.mdwn @@ -10,7 +10,7 @@ git-annex (10.20230626) upstream; urgency=medium git-annex 10.20230626 released with [[!toggle text="these changes"]] [[!toggleable text=""" * Split out two new commands, git-annex pull and git-annex push. - Those plus a git commit are equivilant to git-annex sync. + Those plus a git commit are equivalent to git-annex sync. (Note that the new commands default to syncing content, unless annex.synccontent is explicitly set to false.) * assist: New command, which is the same as git-annex sync but with @@ -51,7 +51,7 @@ git-annex 10.20230626 released with [[!toggle text="these changes"]] * Cache negative lookups of global numcopies and mincopies. Speeds up eg git-annex sync --content by up to 50%. * Speed up sync in an adjusted branch by avoiding re-adjusting the branch - unncessarily, particularly when it is adjusted with --hide-missing + unnecessarily, particularly when it is adjusted with --hide-missing or --unlock-present. * config: Added the --show-origin and --for-file options. * config: Support annex.numcopies and annex.mincopies. @@ -103,4 +103,4 @@ git-annex 10.20230626 released with [[!toggle text="these changes"]] * repair: Fix handling of git ref names on Windows. * repair: Fix a crash when .git/annex/journal/ does not exist. * Support building with optparse-applicative 0.18.1 - (Thanks, Peter Simons)"""]] \ No newline at end of file + (Thanks, Peter Simons)"""]]