Skip to content

Commit

Permalink
[#3481] Spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
msiodelski committed Jul 16, 2024
1 parent d2b249c commit 1f41e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/dhcpsrv/cfg_shared_networks.h
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ class CfgSharedNetworks : public data::CfgToElement {
// them to the clients without having to encapsulate them for each request.
other_network->getCfgOption()->encapsulate();

// Add the new/updated nework.
// Add the new/updated network.
static_cast<void>(networks_.push_back(other_network));
}
}
Expand Down

0 comments on commit 1f41e53

Please sign in to comment.