]> git.ipfire.org Git - thirdparty/newt.git/commitdiff
fixed silly license typo
authorewt <ewt>
Thu, 2 Jan 1997 02:47:21 +0000 (02:47 +0000)
committerewt <ewt>
Thu, 2 Jan 1997 02:47:21 +0000 (02:47 +0000)
newt.c

diff --git a/newt.c b/newt.c
index c777ace45406cf94f588388048b25ac6f88a6f13..043b8a71fef56585830ea60229f414934519c7a1 100644 (file)
--- a/newt.c
+++ b/newt.c
@@ -104,7 +104,7 @@ static char keyPrefix = '\033';
 static char * version = "Newt windowing library version " VERSION
                        " - (C) 1996 Red Hat Software. "
                        "Redistributable under the term of the Library "
-                       "GNU Public Library. "
+                       "GNU Public License. "
                        "Written by Erik Troan\n";
 
 static newtSuspendCallback suspendCallback = NULL;