Skip to content

Commit fdbbe72

Browse files
wferijfriesse
authored andcommitted
Fix typo: sucesfully -> successfully
Signed-off-by: Ferenc Wágner <[email protected]> Reviewed-by: Jan Friesse <[email protected]>
1 parent 5aaabea commit fdbbe72

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

qdevices/nss-sock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ nss_sock_create_listen_socket(const char *hostname, uint16_t port, PRIntn af)
160160
}
161161

162162
/*
163-
* Socket is sucesfully bound
163+
* Socket is successfully bound
164164
*/
165165
break;
166166
}

qdevices/process-list.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -417,8 +417,8 @@ process_list_get_no_running(struct process_list *plist)
417417

418418
/*
419419
* -1 = Not all processes finished
420-
* 0 = All processes finished sucesfully
421-
* 1 - All processes finished but some of them not sucesfully
420+
* 0 = All processes finished successfully
421+
* 1 - All processes finished but some of them not successfully
422422
*/
423423
int
424424
process_list_get_summary_result(struct process_list *plist)
@@ -442,7 +442,7 @@ process_list_get_summary_result(struct process_list *plist)
442442
}
443443

444444
/*
445-
* 0 = All processes finished sucesfully
445+
* 0 = All processes finished successfully
446446
* 1 = Some process finished and failed
447447
* -1 = Not all processed finished and none of finished failed
448448
*/

qdevices/qdevice-heuristics-worker.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ qdevice_heuristics_worker_process_list_notify(enum process_list_notify_reason re
9393
}
9494
} else {
9595
qdevice_heuristics_worker_log_printf(instance, LOG_DEBUG,
96-
"process %s sucesfully finished", entry->name);
96+
"process %s successfully finished", entry->name);
9797
}
9898
break;
9999
}
@@ -245,7 +245,7 @@ qdevice_heuristics_worker_poll(struct qdevice_heuristics_worker_instance *instan
245245
break;
246246
case 0:
247247
/*
248-
* All processes finished sucesfully
248+
* All processes finished successfully
249249
*/
250250
if (qdevice_heuristics_worker_cmd_write_exec_result(instance,
251251
instance->last_exec_seq_number, QDEVICE_HEURISTICS_EXEC_RESULT_PASS) != 0) {

0 commit comments

Comments
 (0)