Skip to content

Commit

Permalink
fix spelling (#4573)
Browse files Browse the repository at this point in the history
  • Loading branch information
a1346054 committed Sep 22, 2021
1 parent ed1236f commit 47f7347
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -3549,7 +3549,7 @@ if test "x$enable_dbusproxy" != "xno"; then :

fi

# overlayfs features temporarely disabled pending fixes
# overlayfs features temporarily disabled pending fixes
HAVE_OVERLAYFS=""

#
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ AS_IF([test "x$enable_dbusproxy" != "xno"], [
AC_SUBST(HAVE_DBUSPROXY)
])

# overlayfs features temporarely disabled pending fixes
# overlayfs features temporarily disabled pending fixes
HAVE_OVERLAYFS=""
AC_SUBST(HAVE_OVERLAYFS)
#
Expand Down
2 changes: 1 addition & 1 deletion contrib/fix_private-bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ def printHelp():


def main() -> None:
"""The main function. Parses the commandline args, shows messages and calles the function actually doing the work."""
"""The main function. Parses the commandline args, shows messages and calls the function actually doing the work."""
if len(sys.argv) > 2 or (len(sys.argv) == 2 and
(sys.argv[1] == "-h" or sys.argv[1] == "--help")):
printHelp()
Expand Down
2 changes: 1 addition & 1 deletion contrib/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def sort_alphabetical(raw_items):


def sort_protocol(protocols):
"""sort the given protocole into this scheme: unix,inet,inet6,netlink,packet,bluetooth"""
"""sort the given protocols into this scheme: unix,inet,inet6,netlink,packet,bluetooth"""

# shortcut for common protocol lines
if protocols in ("unix", "unix,inet,inet6"):
Expand Down
2 changes: 1 addition & 1 deletion etc/firejail.config
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
# a file argument, the default filter is hardcoded (see man 1 firejail). This
# configuration entry allows the user to change the default by specifying
# a file containing the filter configuration. The filter file format is the
# format of iptables-save and iptable-restore commands. Example:
# format of iptables-save and iptables-restore commands. Example:
# netfilter-default /etc/iptables.iptables.rules

# Enable or disable networking features, default enabled.
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/eog.profile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ whitelist /usr/share/eog

private-bin eog

# broken on Debian 10 (buster) running LXDE got the folowing error:
# broken on Debian 10 (buster) running LXDE got the following error:
# Failed to register: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: org.freedesktop.DBus.Error.ServiceUnknown
#dbus-user filter
#dbus-user.own org.gnome.eog
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/mpv.profile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ include globals.local
# edit ~/.config/mpv/foobar.conf:
# screenshot-directory=~/Pictures

# Mpv has a powerfull lua-API, some off these lua-scripts interact
# Mpv has a powerful lua-API, some off these lua-scripts interact
# with external resources which are blocked by firejail. In such cases
# you need to allow these resources by
# - adding additional binaries to private-bin
Expand Down
6 changes: 3 additions & 3 deletions etc/profile-m-z/softmaker-common.profile
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ include softmaker-common.local
# added by caller profile
#include globals.local

# The offical packages install the desktop file under /usr/local/share/applications
# with an absolute Exec line. These files are NOT handelt by firecfg,
# therefore you must manualy copy them in you home and remove '/usr/bin/'.
# The official packages install the desktop file under /usr/local/share/applications
# with an absolute Exec line. These files are NOT handled by firecfg,
# therefore you must manually copy them in you home and remove '/usr/bin/'.

noblacklist ${HOME}/SoftMaker

Expand Down
2 changes: 1 addition & 1 deletion etc/templates/profile.template
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ include globals.local

# Since 0.9.63 also a more granular control of dbus is supported.
# To get the dbus-addresses an application needs access to you can
# check with flatpak (when the application is distriputed that way):
# check with flatpak (when the application is distributed that way):
# flatpak remote-info --show-metadata flathub <APP-ID>
# Notes:
# - flatpak implicitly allows an app to own <APP-ID> on the session bus
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void disable_file(OPERATION op, const char *filename) {
}

// check for firejail executable
// we migth have a file found in ${PATH} pointing to /usr/bin/firejail
// we might have a file found in ${PATH} pointing to /usr/bin/firejail
// blacklisting it here will end up breaking situations like user clicks on a link in Thunderbird
// and expects Firefox to open in the same sandbox
if (strcmp(BINDIR "/firejail", fname) == 0) {
Expand Down
2 changes: 1 addition & 1 deletion src/firejail/profile.c
Original file line number Diff line number Diff line change
Expand Up @@ -1938,7 +1938,7 @@ char *profile_list_compress(char *list)
/* Include non-empty item */
if (!*item)
in[i] = 0;
/* Remove all allready included items */
/* Remove all already included items */
for (k = 0; k < i; ++k)
in[k] = 0;
break;
Expand Down
2 changes: 1 addition & 1 deletion src/man/firejail-profile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ Allow the application to see but not talk to the name org.freedesktop.Notificati
Allow the application to call methods of the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
.TP
\fBdbus-system.broadcast org.freedesktop.Notifications=org.freedesktop.Notifications.*@/org/freedesktop/Notifications
Allow the application to receive broadcast signals from the the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
Allow the application to receive broadcast signals from the interface org.freedesktop.Notifications of the object exposed at the path /org/freedesktop/Notifications by the client owning the bus name org.freedesktop.Notifications on the system DBus.
.TP
\fBdbus-user filter
Enable filtered access to the session DBus. Filters can be specified with the dbus-user.talk and dbus-user.own commands.
Expand Down

0 comments on commit 47f7347

Please sign in to comment.