summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcin Godzina <mgodzina@isc.org>2022-06-27 18:19:18 +0200
committerMarcin Godzina <mgodzina@isc.org>2022-06-27 18:19:18 +0200
commitbd7e9d6ef311069e7a1e075cf990cd734a2d56be (patch)
tree460dd7650548a6036d2a677eb9b4c0aa67ee21db /src
parenta760281c9c894f4cb62157faab4e35c71eac46f7 (diff)
Spell check
Diffstat (limited to 'src')
-rw-r--r--src/lib/util/dhcp_space.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/util/dhcp_space.h b/src/lib/util/dhcp_space.h
index 88d18eeca6..e34c7cb759 100644
--- a/src/lib/util/dhcp_space.h
+++ b/src/lib/util/dhcp_space.h
@@ -27,7 +27,7 @@ enum DhcpSpace {
template <DhcpSpace D>
char const* cStringDhcpSpace();
-/// @brief Replaces all occurences of {} with 4 or 6 based on the templated DHCP space.
+/// @brief Replaces all occurrences of {} with 4 or 6 based on the templated DHCP space.
///
/// @tparam D DHCP space
///