Fix some spelling errors

This commit is contained in:
wbaumann
2016-05-16 10:14:00 +00:00
parent ba38829c04
commit 3ef58da988
15 changed files with 583 additions and 756 deletions

View File

@ -930,7 +930,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 server's LOCK impementation. "
"Maybe it is an error in the server's LOCK implementation. "
"You may try option 'use_locks 0' in davfs2.conf."),
(*nodep)->path);

View File

@ -208,7 +208,7 @@ main(int argc, char *argv[])
ps_in = popen(ps_command, "r");
if (!ps_in) {
printf("\n");
error(EXIT_FAILURE, 0, _("an error occured while waiting; "
error(EXIT_FAILURE, 0, _("an error occurred while waiting; "
"please wait for %s to terminate"), PROGRAM_NAME);
}