summaryrefslogtreecommitdiffstats
path: root/content/posts/WIP-openbsd-dhcp-server
diff options
context:
space:
mode:
Diffstat (limited to 'content/posts/WIP-openbsd-dhcp-server')
-rw-r--r--content/posts/WIP-openbsd-dhcp-server/index.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/posts/WIP-openbsd-dhcp-server/index.org b/content/posts/WIP-openbsd-dhcp-server/index.org
index 1ebca82..07296cd 100644
--- a/content/posts/WIP-openbsd-dhcp-server/index.org
+++ b/content/posts/WIP-openbsd-dhcp-server/index.org
@@ -112,7 +112,7 @@ subnet 192.168.0.0 netmask 255.255.255.0 {
and put the subnet-specific configuration inside the braces. You may
specify as many subnets as you need in the configuration file,
-although for a home networkl like this I only need one.
+although for a home network like this I only need one.
Inside of the subnet configuration block, I set the gateway router and
the range of IPs I'll be handing out with DHCP.