]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: default
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:09:20 +0000 (12:09 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:09:20 +0000 (12:09 -0400)
src/bin/shell/kea-shell.in
src/lib/dhcpsrv/cfg_expiration.h

index 47ee6c29991fbd3892788e3c62d0a6b50c80b664..c6dd4c99dedc27db414e859c92d2991ba75b17b9 100644 (file)
@@ -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)')
index 4cc1097aebb8141f62b3ac83009d537730856a12..b2ee054a543a859183671eca546bef6705159a04 100644 (file)
@@ -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.