Skip to content

Commit 57486c5

Browse files
authored
Fix a few typos on the libltfs messages (#559)
1 parent 0c8bc65 commit 57486c5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

messages/libltfs/root.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,8 @@ root:table {
416416
11319E:string { "Cannot add the key to hash table at %s (%d)." }
417417
11320E:string { "Cannot search the key from hash table at %s (%d)." }
418418
11321E:string { "Symbolic link might be replaced by data file. Use ltfsck for recovery." }
419-
11322D:string { "Makeing a symlink '%s' target '%s'." }
420-
11323D:string { "Symlink EA prefix valuse is (%s)." }
419+
11322D:string { "Making a symlink '%s' target '%s'." }
420+
11323D:string { "Symlink EA prefix value is (%s)." }
421421
11324D:string { "Path changed from '%s' to '%s'." }
422422
11325E:string { "Cannot set extended attribute: failed to flush (%d)." }
423423
11326E:string { "Cannot write index: failed to flush buffered data (%d)." }
@@ -546,7 +546,7 @@ v
546546
// Message IDs 16000-16499 are reserved for the ltfsck executable.
547547
// DO NOT add messages with those IDs to this file.
548548

549-
// Message IDs 16500-16999 are reserved for the cartrige repository plugins.
549+
// Message IDs 16500-16999 are reserved for the cartridge repository plugins.
550550
// DO NOT add messages with those IDs to this file.
551551

552552
17000E:string { "XML parser: not all required tags found in \'%s\'." }
@@ -664,7 +664,7 @@ v
664664
17111I:string { "The MAM was written by PGA2 or later." }
665665
17112I:string { "Starting EOD recovery (GA/PGA1)." }
666666
17113I:string { "Starting EOD recovery: reading an index from (%llu, %llu)." }
667-
17114I:string { "Seaching the final index in IP." }
667+
17114I:string { "Searching the final index in IP." }
668668
17115E:string { "Failed to search the final index in IP." }
669669
17116I:string { "Detecting the final record in DP." }
670670
17117E:string { "Failed to search the final index in DP." }
@@ -673,7 +673,7 @@ v
673673
17120I:string { "Reading the final index in %s (%llu, %llu)." }
674674
17121E:string { "Failed to read the final index in %s (%d)." }
675675
//unused 17122I:string { "Search one more index after current index (%llu, %llu)." }
676-
17123E:string { "Unexpected genaration value (Gen = %d, MAM IP = %d, MAM DP = %d)." }
676+
17123E:string { "Unexpected generation value (Gen = %d, MAM IP = %d, MAM DP = %d)." }
677677
17124I:string { "Seeking to the final record in %s (%llu, %llu)." }
678678
17125E:string { "Failed to seek to the final record in %s (%d)." }
679679
17126E:string { "Unexpected EOD status (%d, %d)." }
@@ -709,7 +709,7 @@ v
709709
17156E:string { "Cannot get WRITE MODE: Mode Sense for Device Configuration Extension failed (%d)." }
710710
17157I:string { "Changing the drive setting %s." }
711711
//unused 17158E:string { "Cannot set up tape drive." }
712-
17159I:string { "Process was interruped by user." }
712+
17159I:string { "Process was interrupted by user." }
713713
17160I:string { "Maximum device block size is %d." }
714714
17161I:string { "EOD information (%s) is corrupted." }
715715
17162I:string { "Trying a simple recovery that requires several minutes to complete." }
@@ -754,7 +754,7 @@ v
754754
17201I:string { "Starting a long wipe operation. This can take over 3 hours." }
755755
17202E:string { "Failed to wipe the medium (%d)." }
756756
17203W:string { "Truncate the tape attribute: %s (%s) to %d bytes." }
757-
17204W:string { "Cannot set: unkown tape attribute type(0x%04x): %s." }
757+
17204W:string { "Cannot set: unknown tape attribute type(0x%04x): %s." }
758758
17205E:string { "Cannot set the tape attribute (type: 0x%04x): %s ." }
759759
17206E:string { "Cannot write XML data to file descriptor (%s, %d, %lu)." }
760760
17207E:string { "Use the ltfsck command with the --salvage-rollback-points option and select the latest index from the list\n Then use the ltfs command with the -o rollback-mount-no-eod option by specifying the generation." }
@@ -825,7 +825,7 @@ v
825825
17281I:string { "Failed to read from RAO input file: %s (%d)." }
826826
17282I:string { "Read length from RAO input file is unexpected: %s (Actual %ld, Expected %ld)." }
827827
17283I:string { "Detected unmatched VCR value between MAM and VCR (%llu, %llu)." }
828-
17284I:string { "Seaching the final index in %s." }
828+
17284I:string { "Searching the final index in %s." }
829829
17285E:string { "Failed to search the final index in %s (%d)." }
830830
17286I:string { "VCR value is matched between %s-MAM and VCR (%llu)." }
831831
17287I:string { "Making R/O mount from the location (%c, %llu)." }

0 commit comments

Comments
 (0)