From: Eric Bollengier Date: Tue, 16 Feb 2010 08:49:06 +0000 (+0100) Subject: Fix typo X-Git-Tag: Release-5.0.1~61 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=113398ace23219a5c82e9c1fe408b1457e068187;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index 6097b8af8b..a39f680806 100644 --- a/bacula/src/stored/dircmd.c +++ b/bacula/src/stored/dircmd.c @@ -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;