summaryrefslogtreecommitdiff
path: root/thunar/thunar-simple-job.c
diff options
context:
space:
mode:
Diffstat (limited to 'thunar/thunar-simple-job.c')
-rw-r--r--thunar/thunar-simple-job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/thunar/thunar-simple-job.c b/thunar/thunar-simple-job.c
index 3fe9bd3c..8f587779 100644
--- a/thunar/thunar-simple-job.c
+++ b/thunar/thunar-simple-job.c
@@ -122,7 +122,7 @@ thunar_simple_job_execute (ExoJob *job,
{
g_assert (err != NULL || exo_job_is_cancelled (job));
- /* set error if the job was cancelled. otherwise just propagate
+ /* set error if the job was cancelled. otherwise just propagate
* the results of the processing function */
if (exo_job_set_error_if_cancelled (job, error))
{