]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: process
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:36:47 +0000 (15:36 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:36:47 +0000 (15:36 -0400)
src/bin/d2/images/add_state_model.svg
src/lib/testutils/dhcp_test_lib.sh.in

index b21e7b0fccb9148d47a5ee1167aa70f240eb0b15..c68773c0b1fe7a48f07e6108144903031057c39a 100644 (file)
@@ -35,7 +35,7 @@
 <g>
        <rect fill="#cbcbcb" stroke="none" stroke-opacity="1" x="233" y="735" width="151" height="22" rx="10" />
        <rect fill="#ffffc0" stroke="black" stroke-opacity="1" x="229" y="731" width="151" height="22" rx="10" />
-       <text font-family="Helvetica" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="305" y="747">PROCESSS_ADD_OK_ST</text>
+       <text font-family="Helvetica" font-size="11" fill="#000000" xml:space="preserve" font-weight="bold" text-anchor="middle" x="305" y="747">PROCESS_ADD_OK_ST</text>
 </g>
 <g>
        <ellipse fill="white" stroke="black" stroke-width="1" stroke-opacity="1" cx="743" cy="746" rx="11.5" ry="11.5" />
index beb42f8a53adee6551dbd05bfdcdd4da0aeb661f..e25e7f7d836413ba9142a54cf6fa2bb0ea3b521f 100644 (file)
@@ -291,7 +291,7 @@ cleanup() {
         get_pid ${proc_name}
         # Shut down running Kea process.
         if [ ${_GET_PIDS_NUM} -ne 0 ]; then
-            printf "Shutting down Kea proccess having pid %d.\n" ${_GET_PID}
+            printf "Shutting down Kea process having pid %d.\n" ${_GET_PID}
             kill -9 ${_GET_PID}
         fi
     done