]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/stored/dircmd.c
Fix typo
[bacula/bacula] / bacula / src / stored / dircmd.c
index 72da68d8e08a1824ca83f2ff1b3b9137c233d755..918414cef1d3b903d8c8b9872697ae398ce8f3e1 100644 (file)
@@ -232,7 +232,7 @@ void *handle_connection_request(void *arg)
            Dmsg1(200, "Do command: %s\n", cmds[i].cmd);
            if (!cmds[i].func(jcr)) { /* do command */
               quit = true; /* error, get out */
-              Dmsg1(190, "Command %s reqeusts quit\n", cmds[i].cmd);
+              Dmsg1(190, "Command %s requests quit\n", cmds[i].cmd);
            }
            found = true;             /* indicate command found */
            break;