doc: fix typos in man pages

Signed-off-by: Alexander Blesius <alexander+git@blesius.eu> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Alexander Blesius committed Mar 16, 2019 at 11:34 UTC ed31851fa640a0c23a3d6ead07af5155417aeb4e
2 files changed +3 -3
Documentation/git-worktree.txt
+1 -1
@@ -213,7 +213,7 @@ refs of one working tree from another.
213
214 In general, all pseudo refs are per working tree and all refs starting
215 with "refs/" are shared. Pseudo refs are ones like HEAD which are
216 -directly under GIT_DIR instead of inside GIT_DIR/refs. There are one
216 +directly under GIT_DIR instead of inside GIT_DIR/refs. There is one
217 exception to this: refs inside refs/bisect and refs/worktree is not
218 shared.
219
Documentation/gitattributes.txt
+2 -2
@@ -314,8 +314,8 @@ stored as UTF-8 internally. A client without `working-tree-encoding`
314 support will checkout `foo.ps1` as UTF-8 encoded file. This will
315 typically cause trouble for the users of this file.
316 +
317 -If a Git client, that does not support the `working-tree-encoding`
318 -attribute, adds a new file `bar.ps1`, then `bar.ps1` will be
317 +If a Git client that does not support the `working-tree-encoding`
318 +attribute adds a new file `bar.ps1`, then `bar.ps1` will be
319 stored "as-is" internally (in this example probably as UTF-16).
320 A client with `working-tree-encoding` support will interpret the
321 internal contents as UTF-8 and try to convert it to UTF-16 on checkout.