fix another error in the log message

This commit is contained in:
wbaumann
2009-11-15 10:18:11 +00:00
parent d73759b10e
commit 3a62d5a5da
5 changed files with 11 additions and 7 deletions

View File

@ -937,7 +937,7 @@ dav_create(dav_node **nodep, dav_node *parent, const char *name, uid_t uid,
if (ret == EEXIST)
syslog(LOG_MAKEPRI(LOG_DAEMON, LOG_ERR),
_("File %s exists on the server but should not. "
"Maybe it is an error in the servers LOCK impementation. "
"Maybe it is an error in the server's LOCK impementation. "
"You may try option 'use_locks 0' in davfs2.conf."),
(*nodep)->path);