From: Thomas Deutschmann Date: Wed, 1 Apr 2020 21:14:11 +0000 (+0200) Subject: www-client/firefox: fix typo X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5b633e7bcb3f576627cd4b202e783a133817b422;p=gentoo.git www-client/firefox: fix typo Closes: https://bugs.gentoo.org/715654 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann --- diff --git a/www-client/firefox/files/firefox.sh b/www-client/firefox/files/firefox.sh index dcb2a8d606d0..f1fde8fdfce0 100644 --- a/www-client/firefox/files/firefox.sh +++ b/www-client/firefox/files/firefox.sh @@ -100,7 +100,7 @@ export MOZ_ALLOW_DOWNGRADE=1 ## ## Route to the correct .desktop file to get proper -## names and contect menus +## name and actions ## if [[ $@ != *"--name "* ]]; then set -- --name "${DESKTOP_FILE}" "$@"