From c22504449fd9d98a4efa33d329bd3f1babdf9bda Mon Sep 17 00:00:00 2001 From: RoyalOughtness <129108030+RoyalOughtness@users.noreply.github.com> Date: Wed, 30 Oct 2024 23:05:33 -0700 Subject: [PATCH] fix: misspelling --- files/system/usr/share/ublue-os/just/70-secureblue.just | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/system/usr/share/ublue-os/just/70-secureblue.just b/files/system/usr/share/ublue-os/just/70-secureblue.just index f8f71c7..32a699f 100644 --- a/files/system/usr/share/ublue-os/just/70-secureblue.just +++ b/files/system/usr/share/ublue-os/just/70-secureblue.just @@ -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"