summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--posix/PTESTS2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index b4998f2333..325e88331e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
+1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
+
+	* posix/PTESTS: Fix typo.
+
 1998-12-10  Thorsten Kukuk  <kukuk@vt.uni-paderborn.de>
 
-	* nis/nss_compat/compat-pwd.c: fix handling of +/- entries.
+	* nis/nss_compat/compat-pwd.c: Fix handling of +/- entries.
 
 1998-12-10  Ulrich Drepper  <drepper@cygnus.com>
 
diff --git a/posix/PTESTS b/posix/PTESTS
index cc626fa182..3580c81a03 100644
--- a/posix/PTESTS
+++ b/posix/PTESTS
@@ -232,7 +232,7 @@
 1¦2¦a\{2\}¦aaaa¦
 1¦7¦\([a-c]*\)\{0,\}¦aabcaab¦
 1¦2¦\(a\)\1\{1,2\}¦aabc¦
-1¦3¦\(a\)010{1,2\}¦aaaabc¦
+1¦3¦\(a\)010\{1,2\}¦aaaabc¦
 1¦4¦\(\(a\)\1\)\{1,2\}¦aaaabc¦
 # GA140
 1¦2¦a\{2\}¦aaaa¦