From 76613b88e8e0f24d733fbddbac69facbf358653a Mon Sep 17 00:00:00 2001 From: Thomas Deutschmann Date: Wed, 1 Apr 2020 23:07:08 +0200 Subject: [PATCH] www-client/firefox-bin: fix typo Bug: https://bugs.gentoo.org/715654 Signed-off-by: Thomas Deutschmann --- www-client/firefox-bin/files/firefox-bin.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/firefox-bin/files/firefox-bin.sh b/www-client/firefox-bin/files/firefox-bin.sh index b02318548005..228db761a0a9 100644 --- a/www-client/firefox-bin/files/firefox-bin.sh +++ b/www-client/firefox-bin/files/firefox-bin.sh @@ -95,7 +95,7 @@ export GTK_PATH="${MOZ_LIB_DIR}/gtk-3.0" ## ## Route to the correct .desktop file to get proper -## names and contect menus +## name and actions ## if [[ $@ != *"--name "* ]]; then set -- --name "${DESKTOP_FILE}" "$@" -- 2.26.2