Larry Doolittle writes:
[platform/upstream/busybox.git] / archival / libunarchive / data_extract_all.c
index a9a3a93..52edaa1 100644 (file)
@@ -66,7 +66,7 @@ extern void data_extract_all(archive_handle_t *archive_handle)
                }
        }
 
-       /* Handle hard links seperately
+       /* Handle hard links separately
         * We identified hard links as regular files of size 0 with a symlink */
        if (S_ISREG(file_header->mode) && (file_header->link_name) && (file_header->size == 0)) {
                /* hard link */