Skip to content

Commit 30c939c

Browse files
authored
Typo: runninning = running
1 parent c77c103 commit 30c939c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/src/usr/bin/runappimage

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ else
2727
loopmounter "${APPIMAGE}" "${MOUNT}"
2828
if [ -x /usr/bin/bwrap ] ; then
2929
# http://www.galago-project.org/specs/notification/0.9/index.html
30-
notify-send "Runninng sandboxed" "${APPIMAGE}"
30+
notify-send "Running sandboxed" "${APPIMAGE}"
3131
# TODO: More elaborate sandboxing
3232
# See https://github.com/flatpak/flatpak/wiki/Sandbox and
3333
# https://github.com/projectatomic/bubblewrap/blob/master/demos/xdg-app-run.sh

0 commit comments

Comments
 (0)