build: fix codespell errors in more files

Found by simply running `codespell .`.

Environment: codespell 2.2.5-2 on Artix Linux.
This commit is contained in:
Kelvin M. Klann 2023-08-12 17:59:44 -03:00
parent b7820492f9
commit 9490fc1e71
7 changed files with 9 additions and 9 deletions

View file

@ -363,7 +363,7 @@ firejail (0.9.62) baseline; urgency=low
* whitelisting /usr/share in a large number of profiles
* new scripts in contrib: gdb-firejail.sh and sort.py
* enhancement: whitelist /usr/share in some profiles
* added signal mediation ot apparmor profile
* added signal mediation to apparmor profile
* new conditions: HAS_X11, HAS_NET
* new profiles: qgis, klatexformula, klatexformula_cmdl, links, xlinks
* new profiles: pandoc, teams-for-linux, OpenArena, gnome-sound-recorder
@ -758,7 +758,7 @@ firejail (0.9.44.4) baseline; urgency=low
firejail (0.9.44.2) baseline; urgency=low
* security: overwrite /etc/resolv.conf found by Martin Carpenter (CVE-2016-10118)
* secuirty: TOCTOU exploit for --get and --put found by Daniel Hodson
* security: TOCTOU exploit for --get and --put found by Daniel Hodson
* security: invalid environment exploit found by Martin Carpenter (CVE-2016-10122)
* security: several security enhancements
* bugfix: crashing VLC by pressing Ctrl-O

View file

@ -151,8 +151,8 @@ def run_firejail(program, all_args):
if arg:
myargs.insert(-1, arg)
subprocess.call(myargs)
ans = input('Did %s run correctly? [y]/n ' % program)
if ans in ['n', 'N']:
answer = input('Did %s run correctly? [y]/n ' % program)
if answer in ['n', 'N']:
bad_args.append(arg)
elif arg:
good_args.insert(-1, arg)

View file

@ -5,7 +5,7 @@ include kwin_x11.local
# Persistent global definitions
include globals.local
# fix automatical kwin_x11 sandboxing:
# fix automatic kwin_x11 sandboxing:
# echo KDEWM=kwin_x11 >> ~/.pam_environment
noblacklist ${HOME}/.cache/kwin

View file

@ -1,5 +1,5 @@
# Firejail profile for tvbrowser
# Description: java tv programm form tvbrowser.org
# Description: java tv program form tvbrowser.org
# This file is overwritten after every install/update
# Persistent local customizations
include tvbrowser.local

View file

@ -1,5 +1,5 @@
# Firejail profile for twitch
# Description: Unofficial electron based desktop warpper for Twitch
# Description: Unofficial electron based desktop wrapper for Twitch
# This file is overwritten after every install/update
# Persistent local customizations
include twitch.local

View file

@ -1,5 +1,5 @@
# Firejail profile for youtube
# Description: Unofficial electron based desktop warpper for YouTube
# Description: Unofficial electron based desktop wrapper for YouTube
# This file is overwritten after every install/update
# Persistent local customizations
include youtube.local

View file

@ -1,5 +1,5 @@
# Firejail profile for youtubemusic-nativefier
# Description: Unofficial electron based desktop warpper for YouTube Music
# Description: Unofficial electron based desktop wrapper for YouTube Music
# This file is overwritten after every install/update
# Persistent local customizations
include youtube.local