From: Russ Allbery Date: Thu, 3 Jan 2013 17:13:26 +0000 (-0800) Subject: Fix spelling error (retreive for retrieve) in strings X-Git-Tag: upstream/1.8.0_pre1^2~1686 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2e5ef04e24c89e846af7aae7da57a0b0f5e200c3;p=packages%2Fo%2Fopenafs.git Fix spelling error (retreive for retrieve) in strings Caught by Lintian analysis of the compiled binaries. Change-Id: I5d53d596d30ad8fea5d3f8f0116122a8c1aa808c Reviewed-on: http://gerrit.openafs.org/8865 Reviewed-by: Ken Dreyer Reviewed-by: Jeffrey Altman Tested-by: Jeffrey Altman Tested-by: BuildBot --- diff --git a/src/butc/read_tape.c b/src/butc/read_tape.c index 3fcf7d47c..ae552ed6e 100644 --- a/src/butc/read_tape.c +++ b/src/butc/read_tape.c @@ -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 { diff --git a/src/volser/vsprocs.c b/src/volser/vsprocs.c index 0b926f264..f9ac3235b 100644 --- a/src/volser/vsprocs.c +++ b/src/volser/vsprocs.c @@ -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); }