From: Josh Soref Date: Sun, 23 Jul 2017 16:09:20 +0000 (-0400) Subject: spelling: default X-Git-Tag: trac5124a_base~35^2~169 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ffc16bd1882bae520333385085c4edac94b8b5a;p=thirdparty%2Fkea.git spelling: default --- diff --git a/src/bin/shell/kea-shell.in b/src/bin/shell/kea-shell.in index 47ee6c2999..c6dd4c99de 100644 --- a/src/bin/shell/kea-shell.in +++ b/src/bin/shell/kea-shell.in @@ -56,7 +56,7 @@ def shell_body(): 'connect to Kea Control Agent.') parser.add_argument('--host', type=str, default='127.0.0.1', help='hostname of the CA to connect to ' - '(defaul:; 127.0.0.1)') + '(default:; 127.0.0.1)') parser.add_argument('--port', type=int, default=8000, help='TCP port of the CA to connect to ' '(default: 8000)') diff --git a/src/lib/dhcpsrv/cfg_expiration.h b/src/lib/dhcpsrv/cfg_expiration.h index 4cc1097aeb..b2ee054a54 100644 --- a/src/lib/dhcpsrv/cfg_expiration.h +++ b/src/lib/dhcpsrv/cfg_expiration.h @@ -99,7 +99,7 @@ public: /// @brief Maximum value for max-reclaim-leases. static const uint32_t LIMIT_MAX_RECLAIM_LEASES; - /// @brief Defalt value for max-reclaim-time. + /// @brief Default value for max-reclaim-time. static const uint16_t LIMIT_MAX_RECLAIM_TIME; /// @brief Maximum value for unwarned-reclaim-cycles.