diff --git a/zathura/render.c b/zathura/render.c index f4b17c8..d0ad57e 100644 --- a/zathura/render.c +++ b/zathura/render.c @@ -873,7 +873,7 @@ render_thread_sort(gconstpointer a, gconstpointer b, gpointer UNUSED(data)) (priv_a->last_view_time > priv_b->last_view_time ? 1 : 0); } - /* sort aborted entries earlier so that the are thrown out of the queue */ + /* sort aborted entries earlier so that they are thrown out of the queue */ return job_a->aborted ? 1 : -1; }