diff options
author | 2020-04-01 23:07:08 +0200 | |
---|---|---|
committer | 2020-04-01 23:14:28 +0200 | |
commit | 76613b88e8e0f24d733fbddbac69facbf358653a (patch) | |
tree | de355edb78bfd80eb771efe9b830f77e66b9b946 /www-client | |
parent | sys-kernel/linux-headers: drop old (diff) | |
download | gentoo-76613b88e8e0f24d733fbddbac69facbf358653a.tar.gz gentoo-76613b88e8e0f24d733fbddbac69facbf358653a.tar.bz2 gentoo-76613b88e8e0f24d733fbddbac69facbf358653a.zip |
www-client/firefox-bin: fix typo
Bug: https://bugs.gentoo.org/715654
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/files/firefox-bin.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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}" "$@" |