diff options
author | Ray Lai <ray@cvs.openbsd.org> | 2007-01-17 07:58:52 +0000 |
---|---|---|
committer | Ray Lai <ray@cvs.openbsd.org> | 2007-01-17 07:58:52 +0000 |
commit | 4bef0c0e748d39a53377fb9a2ca459fa3072ac95 (patch) | |
tree | 8daf736690618e4ef7fbac7c2aebe40a40b69801 /usr.bin | |
parent | 96c3ca376cff64ea2628d22410781afd85ca6d0e (diff) |
realively -> relatively
``yep'' jmc@
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/yacc/PSD.doc/ss0 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/yacc/PSD.doc/ss0 b/usr.bin/yacc/PSD.doc/ss0 index f541ce63e32..3fbe199b449 100644 --- a/usr.bin/yacc/PSD.doc/ss0 +++ b/usr.bin/yacc/PSD.doc/ss0 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ss0,v 1.1 2002/12/03 21:36:35 mickey Exp $ +.\" $OpenBSD: ss0,v 1.2 2007/01/17 07:58:51 ray Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -139,7 +139,7 @@ Literal characters such as ``,'' must also be passed through the lexical analyzer, and are also considered tokens. .PP Specification files are very flexible. -It is realively easy to add to the above example the rule +It is relatively easy to add to the above example the rule .DS date : month \'/\' day \'/\' year ; .DE |