Skip to content
Snippets Groups Projects
Commit e8043e8d authored by Nicola Bessone's avatar Nicola Bessone
Browse files

Correct a typo in the error report.

parent f9635523
No related branches found
No related tags found
No related merge requests found
......@@ -420,7 +420,7 @@ void procreq(magic, req_type, req_data, clienthost, thip)
switch (req_type) {
case VMGR_DELTAPE:
sendrep (thip->s, MSG_ERR, VMG02, "vmgrdeletetape",
"VMGR is not compatible with this version of VMGRDELTAPE: please use a version equal or greater then v2.1.9-4");
"VMGR is not compatible with this version of VMGRDELTAPE: please use a version equal to or greater than v2.1.9-4");
c = SEINTERNAL;
break;
case VMGR_ENTTAPE:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment