diff --git a/modules/consent/lib/Auth/Process/Consent.php b/modules/consent/lib/Auth/Process/Consent.php
index e2744aab1d370ed5a3339c842539ea77d9773c8a..7dbacd4a6359f57494cd7d3a79ffcf462cc5a608 100644
--- a/modules/consent/lib/Auth/Process/Consent.php
+++ b/modules/consent/lib/Auth/Process/Consent.php
@@ -318,7 +318,7 @@ class Consent extends \SimpleSAML\Auth\ProcessingFilter
                 $state['consent:store.attributeSet'] = $attributeSet;
             } catch (\Exception $e) {
                 Logger::error('Consent: Error reading from storage: '.$e->getMessage());
-                Logger::stats('Ccnsent failed');
+                Logger::stats('Consent failed');
                 Stats::log('consent:failed', $statsData);
             }
         } else {