changeset 42233:50052f8ef824

Fix typo.
author Pavel Janík <Pavel@Janik.cz>
date Fri, 21 Dec 2001 12:47:12 +0000
parents e02bedfd19e4
children 64fa0eed5865
files etc/PROBLEMS
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/PROBLEMS	Fri Dec 21 12:46:51 2001 +0000
+++ b/etc/PROBLEMS	Fri Dec 21 12:47:12 2001 +0000
@@ -556,7 +556,7 @@
 
 * Compiling on AIX 4.3.x or 4.4 fails.
 
-This could happen if you use /bin/c89 as youir compiler, instead of
+This could happen if you use /bin/c89 as your compiler, instead of
 the default `cc'.  /bin/c89 treats certain warnings, such as benign
 redefinitions of macros, as errors, and fails the build.  A solution
 is to use the default compiler `cc'.