diff options
author | 1999-05-21 02:47:12 +0000 | |
---|---|---|
committer | 1999-05-21 02:47:12 +0000 | |
commit | 66d88062abba6bcd9f80c0d894e7024605ea1b17 (patch) | |
tree | d36c79f4bda1021bd4df9c18c768b60f7a358f68 | |
parent | One lorder to bind them all, (diff) | |
download | wireguard-openbsd-66d88062abba6bcd9f80c0d894e7024605ea1b17.tar.xz wireguard-openbsd-66d88062abba6bcd9f80c0d894e7024605ea1b17.zip |
typo; kwesterback@home.com
-rw-r--r-- | sys/stand/boot/vars.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/stand/boot/vars.c b/sys/stand/boot/vars.c index 0873f5a2cf7..9820e625997 100644 --- a/sys/stand/boot/vars.c +++ b/sys/stand/boot/vars.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vars.c,v 1.2 1998/05/30 01:51:39 mickey Exp $ */ +/* $OpenBSD: vars.c,v 1.3 1999/05/21 02:47:12 millert Exp $ */ /* * Copyright (c) 1998 Michael Shalayeff @@ -207,7 +207,7 @@ bootparse(i) } /* - * maintain environmanet as a sequence of '\n' separated + * maintain environment as a sequence of '\n' separated * variable definitions in the form <name>=[<value>] * terminated by the usual '\0' */ |