Fixed typos reported by lintian

This commit is contained in:
2016-02-05 14:57:52 +00:00
parent 7eb7787922
commit f120428c99
19 changed files with 149 additions and 149 deletions

View File

@ -1534,7 +1534,7 @@ int Xorriso_start_msg_watcher(struct XorrisO *xorriso,
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
if(ret != 0) {
Xorriso_msgs_submit(xorriso, 0,
"Cannot aquire mutex lock for managing concurrent message watcher",
"Cannot acquire mutex lock for managing concurrent message watcher",
ret, "FATAL", 0);
ret= -1; goto ex;
}
@ -1621,7 +1621,7 @@ int Xorriso_stop_msg_watcher(struct XorrisO *xorriso, int flag)
ret= pthread_mutex_lock(&(xorriso->msg_watcher_lock));
if(ret != 0) {
Xorriso_msgs_submit(xorriso, 0,
"Cannot aquire mutex lock for managing concurrent message watcher",
"Cannot acquire mutex lock for managing concurrent message watcher",
ret, "FATAL", 0);
ret= -1; goto ex;
}