diff --git a/pbx/pbx_config.c b/pbx/pbx_config.c
index a2056e7842656ef8648a5dec7c97e81387d1f3f5..c371246a55fa9333d692b97d8f3b03e48002cdb0 100755
--- a/pbx/pbx_config.c
+++ b/pbx/pbx_config.c
@@ -83,7 +83,7 @@ static char context_add_extension_help[] =
 
 static char context_add_ignorepat_help[] =
 "Usage: add ignorepat <pattern> into <context>\n"
-"       This command add new ignore pattern into context <context>\n"
+"       This command adds a new ignore pattern into context <context>\n"
 "\n"
 "Example: add ignorepat _3XX into local\n";