From: Derrick Brashear Date: Mon, 1 Aug 2011 14:58:28 +0000 (-0400) Subject: vos: spell "vldb" correctly X-Git-Tag: upstream/1.6.0^2~39 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=0e38a8fd8043f34da12741f6272a380d9a7b9dcf;p=packages%2Fo%2Fopenafs.git vos: spell "vldb" correctly i'm not even going to ask. Reviewed-on: http://gerrit.openafs.org/5125 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear (cherry picked from commit d54c9b05d003bf861fd51e904b631e5425a079d6) Change-Id: I0188a58363657a0ccf48afef79bf63ff4c4b4f9d Reviewed-on: http://gerrit.openafs.org/5229 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/volser/vos.c b/src/volser/vos.c index a48494b24..1f95d8553 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -4408,7 +4408,7 @@ DeleteEntry(struct cmd_syndesc *as, void *arock) avolid = vllist->volumeId[RWVOL]; vcode = ubik_VL_DeleteEntry(cstruct, 0, avolid, RWVOL); if (vcode) { - fprintf(STDOUT, "Could not delete VDLB entry for %s\n", + fprintf(STDOUT, "Could not delete VLDB entry for %s\n", vllist->name); totalFail++; PrintError("", vcode);