Parcourir la source

spelling: process

Josh Soref il y a 7 ans
Parent
commit
83d89a17d4

+ 1 - 1
src/bin/d2/images/add_state_model.svg

@@ -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" />

+ 1 - 1
src/lib/testutils/dhcp_test_lib.sh.in

@@ -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