Bugzilla bug 233112: fixed a typo: "futuer" -> "future". Thanks to

Heikki Toivonen <hjtoi-bugzilla@comcast.net> for the bug report.
This commit is contained in:
wchang0222%aol.com 2004-02-05 05:56:54 +00:00
Родитель a43b550974
Коммит ce288b37c7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1659,7 +1659,7 @@ AddNscpCertType (void *extHandle)
fprintf(stdout, "%-25s 1 - SSL Server\n", "");
fprintf(stdout, "%-25s 2 - S/MIME\n", "");
fprintf(stdout, "%-25s 3 - Object Signing\n", "");
fprintf(stdout, "%-25s 4 - Reserved for futuer use\n", "");
fprintf(stdout, "%-25s 4 - Reserved for future use\n", "");
fprintf(stdout, "%-25s 5 - SSL CA\n", "");
fprintf(stdout, "%-25s 6 - S/MIME CA\n", "");
fprintf(stdout, "%-25s 7 - Object Signing CA\n", "");