Fixed typos reported by lintian
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user