]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Fix spelling error (retreive for retrieve) in strings
authorRuss Allbery <rra@stanford.edu>
Thu, 3 Jan 2013 17:13:26 +0000 (09:13 -0800)
committerStephan Wiesand <stephan.wiesand@desy.de>
Thu, 10 Jan 2013 16:02:55 +0000 (08:02 -0800)
Caught by Lintian analysis of the compiled binaries.

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>
(cherry picked from commit 2e5ef04e24c89e846af7aae7da57a0b0f5e200c3)

Change-Id: Ied16661878edf39fb723e56c2ed997015e566b6e
Reviewed-on: http://gerrit.openafs.org/8869
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Paul Smeddle <paul.smeddle@gmail.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/butc/read_tape.c
src/volser/vsprocs.c

index a4856592b78d7a1e28573ae4db948b837b9513c8..fc0f14da019697e2a388c8f967824ad29fc2b6af 100644 (file)
@@ -229,7 +229,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 f6c8c1faf608ced4ac7418b28b227c6a7acfd54d..a6dcb659b9bd9b3ce4457b3f881d965faf4f038c 100644 (file)
@@ -5629,7 +5629,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);
            }