diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-11 05:18:51 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2013-01-11 05:18:51 +0000 |
commit | 928cdc820ca5e0e2ca999efb63a34c6057daee79 (patch) | |
tree | da2a367fd4cf063e5042a3e8c4522b0354d2cc97 | |
parent | 1e619f1d896627a3d701c84dc69737e9dca05e7b (diff) |
typo
-rw-r--r-- | etc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 70e82eb71d4..b66473faa96 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.326 2012/11/04 17:12:36 kettenis Exp $ +# $OpenBSD: Makefile,v 1.327 2013/01/11 05:18:50 miod Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -319,7 +319,7 @@ distrib: cd ../distrib && \ ${MAKE} && exec ${SUDO} ${MAKE} install -# Becasue the moduli sizes > 4096 are not commonly used, and because they +# Because the moduli sizes > 4096 are not commonly used, and because they # take a long time to generate we update the <= 4096 ones more frequently. DHSIZE=1024 1536 2048 3072 4096 update-moduli: moduli.6144 moduli.8192 |