diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-04-17 16:13:32 +0200 |
commit | 10ad622dc2a9fb6563fab13719ead8baf15ff9e4 (patch) | |
tree | 82312d6f38a517dcc7c0004f78d76c667f5a674b /archival/tar.c | |
parent | d85352b4ff51694cb35b429e4cef53302c9e7076 (diff) | |
download | busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.gz busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.tar.bz2 busybox-w32-10ad622dc2a9fb6563fab13719ead8baf15ff9e4.zip |
Spelling fixes in comments, documentation, tests and examples
By klemens <ka7@github.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'archival/tar.c')
-rw-r--r-- | archival/tar.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/tar.c b/archival/tar.c index b1d58a2df..b70e00a8b 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -529,8 +529,8 @@ static int FAST_FUNC writeFileToTarball(const char *fileName, struct stat *statb | |||
529 | /* | 529 | /* |
530 | * Check to see if we are dealing with a hard link. | 530 | * Check to see if we are dealing with a hard link. |
531 | * If so - | 531 | * If so - |
532 | * Treat the first occurance of a given dev/inode as a file while | 532 | * Treat the first occurrence of a given dev/inode as a file while |
533 | * treating any additional occurances as hard links. This is done | 533 | * treating any additional occurrences as hard links. This is done |
534 | * by adding the file information to the HardLinkInfo linked list. | 534 | * by adding the file information to the HardLinkInfo linked list. |
535 | */ | 535 | */ |
536 | tbInfo->hlInfo = NULL; | 536 | tbInfo->hlInfo = NULL; |