Fixed typo
authorBirger Harzenetter <WIMPy-P@yeti.dk>
Sun, 17 Jun 2012 07:35:30 +0000 (09:35 +0200)
committerAndreas Eversberg <jolly@eversberg.eu>
Sun, 17 Jun 2012 07:35:30 +0000 (09:35 +0200)
extension.c

index 00e5326..edfe5eb 100644 (file)
@@ -967,7 +967,7 @@ int write_extension(struct extension *ext, char *number)
        fprintf(fp,"own_cause       %s\n\n",ext_yesno[ext->own_cause]);
 
        fprintf(fp,"# Allow facility information to be transfered to the telephone.\n");
-       fprintf(fp,"# This is equired to receive advice of charge.\n");
+       fprintf(fp,"# This is required to receive advice of charge.\n");
        fprintf(fp,"facility        %s\n\n",ext_yesno[ext->facility]);
 
        fprintf(fp,"# Display clear causes using display messages (Q.850)\n# This must be one of the following:\n");