diff --git a/templates/default/en/error.php b/templates/default/en/error.php
index 9f8f12f5a9bf2765bc52c86ed6010fa4861800e2..fef9522726b32407a5890b2c9b6d356ed561c75e 100644
--- a/templates/default/en/error.php
+++ b/templates/default/en/error.php
@@ -22,7 +22,7 @@ if(array_key_exists('descr_'  . $this->data['errorcode'], $this->data)) {
 if(array_key_exists('trackid', $this->data)) {
 ?>
 		<div class="trackidtext">
-			If you report this error the track ID makes it possible to track your session in the logs available to the system adinistrator: 
+			If you report this error the track ID makes it possible to track your session in the logs available to the system administrator: 
 				<span class="trackid"><?php echo $this->data['trackid']; ?><span>
 
 		</div>