Skip to content

Commit bb3a48e

Browse files
ccojocark8s-ci-robot
authored andcommitted
Fix typos
Change-Id: I13d9507afeda6cf321091ae6c202c3e1067b6a24 Signed-off-by: Cosmin Cojocar <ccojocar@google.com>
1 parent d1e5d1d commit bb3a48e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hack/ci/e2e-apparmor.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,9 @@ wait_for_pod_status() {
8383
}
8484

8585
check_profile_enforcement() {
86-
local comamnd="$1"
86+
local command="$1"
8787
local apparmor_profile="$2"
88-
local pid="$(pidof $comamnd)"
88+
local pid="$(pidof $command)"
8989
local enforce="$(cat /proc/${pid}/attr/current)"
9090
local reference="$apparmor_profile (enforce)"
9191
if [[ "$reference" != "$enforce" ]]; then
@@ -122,7 +122,7 @@ record_apparmor_profile() {
122122

123123
wait_for apparmorprofile $APPARMOR_PROFILE_NAME
124124

125-
echo "Verifing apparmor profile"
125+
echo "Verifying apparmor profile"
126126
echo "-------------------------"
127127

128128
echo "Checking the recorded appamror profile matches the reference"

0 commit comments

Comments
 (0)