From: Eric Bollengier Date: Tue, 16 Feb 2010 08:49:06 +0000 (+0100) Subject: Fix typo X-Git-Tag: Release-5.2.1~1726 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=44e3c8860f55093a78607a6ddbb13aac536cd798;p=bacula%2Fbacula Fix typo --- diff --git a/bacula/src/stored/dircmd.c b/bacula/src/stored/dircmd.c index 72da68d8e0..918414cef1 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;