]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/technical: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Fri, 20 Sep 2024 08:28:13 +0000 (11:28 +0300)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Sep 2024 19:40:52 +0000 (12:40 -0700)
Fix a typo in documentation.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/sparse-checkout.txt

index fa0d01cbda468731691241452ed28099ebc89e87..d9686593548b5ecbc1e1a1eafbf23d9f605dc395 100644 (file)
@@ -287,7 +287,7 @@ everything behaves like a dense checkout with a few exceptions (e.g. branch
 checkouts and switches write fewer things, knowing the VFS will lazily
 write the rest on an as-needed basis).
 
-Since there is no publically available VFS-related code for folks to try,
+Since there is no publicly available VFS-related code for folks to try,
 the number of folks who can test such a usecase is limited.
 
 The primary reason to note the Behavior C usecase is that as we fix things