diff options
author | Mike Barcroft <mike@FreeBSD.org> | 2002-01-17 07:48:12 +0000 |
---|---|---|
committer | Mike Barcroft <mike@FreeBSD.org> | 2002-01-17 07:48:12 +0000 |
commit | 00e39e5ea1cf41c1143c510b9e5b83b69c790fce (patch) | |
tree | ca2263f3730a07a5a69268c950ec0a032d44151c /usr.bin | |
parent | ea9e3e8f9b24cecd8d7d5436bce188edae835ccf (diff) | |
download | src-00e39e5ea1cf41c1143c510b9e5b83b69c790fce.tar.gz src-00e39e5ea1cf41c1143c510b9e5b83b69c790fce.zip |
Fix a typo introduced in the previous delta. The mistake was mine
rather than the submitter's.
Notes
Notes:
svn path=/head/; revision=89448
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/at/at.man | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/at/at.man b/usr.bin/at/at.man index 771cce0ed1f0..9abdbd20b046 100644 --- a/usr.bin/at/at.man +++ b/usr.bin/at/at.man @@ -321,7 +321,7 @@ If this is the case for your site, you might want to consider another batch system, such as .Em nqs . .Pp -Specificing a date past 2038 may not work on some systems. +Specifying a date past 2038 may not work on some systems. .Sh AUTHORS At was mostly written by .An Thomas Koenig Aq ig25@rz.uni-karlsruhe.de . |