fix: misspelling

This commit is contained in:
RoyalOughtness
2024-10-30 23:05:33 -07:00
committed by GitHub
parent ea9620f017
commit c22504449f

View File

@@ -661,7 +661,7 @@ audit-secureblue:
fi
if hasPermission "$permissions" "shared" "ipc"; then
status="$STATUS_FAILURE"
warnings+=("> $f has inter-proccess communications access!")
warnings+=("> $f has inter-process communications access!")
fi
flatpak_test_string="Auditing $f"
print_status "$flatpak_test_string" "$status"