diff --git a/www/class/centreon-knowledge/wiki.class.php b/www/class/centreon-knowledge/wiki.class.php
index 25ba580ae80afa6fb12135b1666b259249512133..0725143a2773eec24c193a8a0ad62cb7cf410937 100644
--- a/www/class/centreon-knowledge/wiki.class.php
+++ b/www/class/centreon-knowledge/wiki.class.php
@@ -67,7 +67,7 @@ class Wiki
         if (!isset($options['kb_wiki_url']) || $options['kb_wiki_url'] == '') {
             throw new \Exception(
                 'Wiki is not configured. ' .
-                'You can disable cron in /etc/crond.d/centreon for wiki synchronization.');
+                'You can disable cron in /etc/cron.d/centreon for wiki synchronization.');
         }
 
         if (!preg_match('#^http://|https://#',  $options['kb_wiki_url'])) {