From: Andrew Kreimer Date: Fri, 20 Sep 2024 08:28:13 +0000 (+0300) Subject: Documentation/technical: fix a typo X-Git-Tag: v2.47.0-rc0~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=98398f3b6b764e2a03203be9d00a0de41b556936;p=thirdparty%2Fgit.git Documentation/technical: fix a typo Fix a typo in documentation. Signed-off-by: Andrew Kreimer Signed-off-by: Junio C Hamano --- diff --git a/Documentation/technical/sparse-checkout.txt b/Documentation/technical/sparse-checkout.txt index fa0d01cbda..d968659354 100644 --- a/Documentation/technical/sparse-checkout.txt +++ b/Documentation/technical/sparse-checkout.txt @@ -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