diff --git a/ecrire/public/interfaces.php b/ecrire/public/interfaces.php
index 39e0bc8264b6a00213cd97c93217c52e7cc9e589..b0f1547a58a0e15f370fd9c6b414c069d40477ff 100644
--- a/ecrire/public/interfaces.php
+++ b/ecrire/public/interfaces.php
@@ -963,7 +963,7 @@ function declarer_interfaces() {
 		define('_TRAITEMENT_RACCOURCIS', 'propre(%s, $connect, $Pile[0])');
 	}
 	if (!defined('_TRAITEMENT_TYPO_SANS_NUMERO')) {
-		define('_TRAITEMENT_TYPO_SANS_NUMERO', 'supprimer_numero(typo(%s), "TYPO", $connect, $Pile[0])');
+		define('_TRAITEMENT_TYPO_SANS_NUMERO', 'supprimer_numero(typo(%s, "TYPO", $connect, $Pile[0]))');
 	}
 	$GLOBALS['table_des_traitements']['BIO'][] = _TRAITEMENT_RACCOURCIS;
 	$GLOBALS['table_des_traitements']['CHAPO'][] = _TRAITEMENT_RACCOURCIS;