From 44e3c8860f55093a78607a6ddbb13aac536cd798 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Tue, 16 Feb 2010 09:49:06 +0100 Subject: [PATCH] Fix typo --- bacula/src/stored/dircmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5