From e6cde2fd0051088b2f7851817d89b5937d2c4ec2 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Mon, 5 Jul 2004 08:51:33 +0000 Subject: [PATCH] Fixed typo SVN revision: 931 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index bf61c995..c598ef0a 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.364 2004/07/05 08:51:33 midas + Fixed typo + Revision 1.363 2004/07/05 08:49:18 midas Fixed compiler warnings @@ -12352,7 +12355,7 @@ BOOL is_command_allowed(LOGBOOK * lbs, char *command) strcat(menu_str, "Change elogd.cfg, "); strcat(menu_str, "Delete this logbook, "); strcat(menu_str, "Rename this logbook, "); - strcat(menu_str, "Create new logwook, "); + strcat(menu_str, "Create new logbook, "); if (is_admin_user("global", getparam("unm"))) {