From 0e38a8fd8043f34da12741f6272a380d9a7b9dcf Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 1 Aug 2011 10:58:28 -0400 Subject: [PATCH] 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 --- src/volser/vos.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.39.5