From: Thomas Deutschmann Date: Wed, 1 Apr 2020 21:07:08 +0000 (+0200) Subject: www-client/firefox-bin: fix typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=76613b88e8e0f24d733fbddbac69facbf358653a;p=gentoo.git www-client/firefox-bin: fix typo Bug: https://bugs.gentoo.org/715654 Signed-off-by: Thomas Deutschmann --- 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}" "$@"