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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Derrick Brashear 2011-08-01 10:58:28 -04:00
parent 5ebef72c02
commit d54c9b05d0

View File

@ -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);