Fix spelling error (retreive for retrieve) in strings
authorRuss Allbery <rra@stanford.edu>
Thu, 3 Jan 2013 17:13:26 +0000 (09:13 -0800)
committerDerrick Brashear <shadow@your-file-system.com>
Thu, 3 Jan 2013 21:06:18 +0000 (13:06 -0800)
Caught by Lintian analysis of the compiled binaries.

Change-Id: I5d53d596d30ad8fea5d3f8f0116122a8c1aa808c
Reviewed-on: http://gerrit.openafs.org/8865
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: Jeffrey Altman <jaltman@your-file-system.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>

src/butc/read_tape.c
src/volser/vsprocs.c

index 3fcf7d4..ae552ed 100644 (file)
@@ -222,7 +222,7 @@ openOutFile(struct volumeHeader *headerPtr)
     if (ask) {
        first = 1;
        skip = 0;
-       printf("Press return to retreive volume %s (%u) to file %s; " "s"
+       printf("Press return to retrieve volume %s (%u) to file %s; " "s"
               " to skip\n", headerPtr->volumeName, headerPtr->volumeID,
               filename);
        do {
index 0b926f2..f9ac323 100644 (file)
@@ -5742,7 +5742,7 @@ CheckVolume(volintInfo * volumeinfo, afs_uint32 aserver, afs_int32 apart,
        if (code) {
            if (code != VL_NOENT) {
                fprintf(STDOUT,
-                       "Could not retreive the VLDB entry for volume %lu \n",
+                       "Could not retrieve the VLDB entry for volume %lu \n",
                        (unsigned long)rwvolid);
                ERROR_EXIT(code);
            }