[evince] libview: Fix typos in debug messages
- From: Germán Poo-Caamaño <gpoo src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] libview: Fix typos in debug messages
- Date: Fri, 22 May 2020 02:03:11 +0000 (UTC)
commit e19c16b923e5d7bd9276ee6f099eaf8934fd03bb
Author: Germán Poo-Caamaño <gpoo gnome org>
Date: Thu May 21 21:56:43 2020 -0400
libview: Fix typos in debug messages
libview/ev-job-scheduler.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libview/ev-job-scheduler.c b/libview/ev-job-scheduler.c
index d754c136..8572ea6d 100644
--- a/libview/ev-job-scheduler.c
+++ b/libview/ev-job-scheduler.c
@@ -230,7 +230,7 @@ ev_job_scheduler_push_job (EvJob *job,
g_once (&once_init, ev_job_scheduler_init, NULL);
- ev_debug_message (DEBUG_JOBS, "%s pirority %d", EV_GET_TYPE_NAME (job), priority);
+ ev_debug_message (DEBUG_JOBS, "%s priority %d", EV_GET_TYPE_NAME (job), priority);
s_job = g_new0 (EvSchedulerJob, 1);
s_job->job = g_object_ref (job);
@@ -274,7 +274,7 @@ ev_job_scheduler_update_job (EvJob *job,
if (ev_job_get_run_mode (job) == EV_JOB_RUN_MAIN_LOOP)
return;
- ev_debug_message (DEBUG_JOBS, "%s pirority %d", EV_GET_TYPE_NAME (job), priority);
+ ev_debug_message (DEBUG_JOBS, "%s priority %d", EV_GET_TYPE_NAME (job), priority);
G_LOCK (job_list);
@@ -296,7 +296,7 @@ ev_job_scheduler_update_job (EvJob *job,
list = g_queue_find (job_queue[s_job->priority], s_job);
if (list) {
- ev_debug_message (DEBUG_JOBS, "Moving job %s from pirority %d to %d",
+ ev_debug_message (DEBUG_JOBS, "Moving job %s from priority %d to %d",
EV_GET_TYPE_NAME (job), s_job->priority, priority);
g_queue_delete_link (job_queue[s_job->priority], list);
g_queue_push_tail (job_queue[priority], s_job);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]