diff options
| author | Marcin Godzina <mgodzina@isc.org> | 2022-06-27 18:19:18 +0200 |
|---|---|---|
| committer | Marcin Godzina <mgodzina@isc.org> | 2022-06-27 18:19:18 +0200 |
| commit | bd7e9d6ef311069e7a1e075cf990cd734a2d56be (patch) | |
| tree | 460dd7650548a6036d2a677eb9b4c0aa67ee21db /src | |
| parent | a760281c9c894f4cb62157faab4e35c71eac46f7 (diff) | |
Spell check
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/util/dhcp_space.h | 2 |
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 /// |
