diff --git a/htdocs/categories/viewcat.php b/htdocs/categories/viewcat.php
index 2d0a46b7ccd4cdf7b8810ecbe5b92ae8c5aaf5e2..213ff8faf86ca965187a20c98ca5982a17208e75 100644
--- a/htdocs/categories/viewcat.php
+++ b/htdocs/categories/viewcat.php
@@ -136,7 +136,7 @@ if ($type == 0 && $conf->global->CATEGORY_ASSIGNED_TO_A_CUSTOMER)
 	else
 	{
 		print '<tr><td width="20%" class="notopnoleft">';
-		print $langs->trans("InternalCategory").'</td><td>';
+		print $langs->trans("InernalCategory").'</td><td>';
 		print ($c->visible ? $langs->trans("Visible") : $langs->trans("Invisible"));
 		print '</td></tr>';
 	}