]> 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>
Tue, 16 Feb 2010 08:50:37 +0000 (09:50 +0100)
bacula/src/stored/dircmd.c

index 6097b8af8b6197959fb28d7f9a34dcf0b02ac1ce..a39f680806b7f51935ee7f639ba9258903865750 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;