From: Derrick Brashear Date: Mon, 1 Aug 2011 14:58:28 +0000 (-0400) Subject: vos: spell "vldb" correctly X-Git-Tag: upstream/1.8.0_pre1^2~3454 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=d54c9b05d003bf861fd51e904b631e5425a079d6;p=packages%2Fo%2Fopenafs.git vos: spell "vldb" correctly i'm not even going to ask. Change-Id: I5f59177ef58d9728a516176a14e0504130f7c584 Reviewed-on: http://gerrit.openafs.org/5125 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/volser/vos.c b/src/volser/vos.c index cd36add7e..9f19b271a 100644 --- a/src/volser/vos.c +++ b/src/volser/vos.c @@ -4394,7 +4394,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);