summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Routhier <sar@isc.org>2014-01-23 13:45:18 -0800
committerShawn Routhier <sar@isc.org>2014-01-23 13:45:18 -0800
commit593d3eb5a1195d7a29b35c3b6ffc9090a96d350b (patch)
treeadd952b19df8e14c093a3b32c1a203e4700bb950
parent599677646396b7561858a0aa6dc0f7a59bb4159a (diff)
downloadisc-dhcp-593d3eb5a1195d7a29b35c3b6ffc9090a96d350b.tar.gz
[v4_2] typos
-rw-r--r--RELNOTES4
1 files changed, 2 insertions, 2 deletions
diff --git a/RELNOTES b/RELNOTES
index d9a07ead..f9998d60 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -95,7 +95,7 @@ by Eric Young (eay@cryptsoft.com).
to the clients. This can be enabled by defining LOG_V6_ADDRESSES in site.h.
[ISC-Bugs #26377]
-- Fix an operation in the DDNS code to be a bitwise instead of logcial or.
+- Fix an operation in the DDNS code to be a bitwise instead of logical or.
[ISC-Bugs #35138]
Changes since 4.2.5rc1
@@ -224,7 +224,7 @@ by Eric Young (eay@cryptsoft.com).
- Tidy up some compiler issues in the debug code.
[ISC-Bugs #26460]
-- Move the dhcpd.conf exmample file to dhcpd.conf.example to avoid
+- Move the dhcpd.conf example file to dhcpd.conf.example to avoid
overwriting the dhcpd.conf file when installing a new version of
ISC DHCP. The user will now need to manual copy and edit the
dhcpd.conf file as desired.