Browse Source

spelling: default

Josh Soref 7 years ago
parent
commit
2ffc16bd18
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/bin/shell/kea-shell.in
  2. 1 1
      src/lib/dhcpsrv/cfg_expiration.h

+ 1 - 1
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)')

+ 1 - 1
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.