summaryrefslogtreecommitdiffstats
path: root/source/view.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/view.c')
-rw-r--r--source/view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/view.c b/source/view.c
index 4f97db37..5881a459 100644
--- a/source/view.c
+++ b/source/view.c
@@ -1827,7 +1827,7 @@ void rofi_view_workers_initialize ( void )
// We are allowed to have
g_thread_pool_set_max_threads ( tpool, config.threads, &error );
}
- // If error occured during setup of pool, tell user and exit.
+ // If error occurred during setup of pool, tell user and exit.
if ( error != NULL ) {
g_warning ( "Failed to setup thread pool: '%s'", error->message );
g_error_free ( error );