]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix typo
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 16 Feb 2010 08:49:06 +0000 (09:49 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:32 +0000 (16:49 +0200)
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;