Skip to content

Commit d4a3ecf

Browse files
authored
Merge pull request #449 from a-kenji/fix/typo
docs: Fix a typo
2 parents ec7eb15 + acc1651 commit d4a3ecf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/howtos/extra-files.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ with `ln -s` by default. It does not follow them to copy the underlying file.
8787

8888
**NOTE**: hard links can only be created on the same filesystem.
8989

90-
If you have larger peristent data to copy to the target. GNU `tar` will copy
90+
If you have larger persistent data to copy to the target. GNU `tar` will copy
9191
data referenced by hard links created with `ln`. A hard link does not create
9292
another copy the data.
9393

0 commit comments

Comments
 (0)