Skip to content

Commit bfb01ac

Browse files
hertrstepkr4711
authored andcommitted
checks: fix typo pre-commit errors
Signed-off-by: Stefan Kober <stefan.kober@cyberus-technology.de> On-behalf-of: SAP stefan.kober@sap.com
1 parent 88f9fb5 commit bfb01ac

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

checks/.typos.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[default]
22
extend-ignore-words-re = [
33
# ignore some correct command line tools
4-
"exportfs"
4+
"exportfs",
5+
"certifi",
56
]

lib/rootwrap-conf.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@
77
}:
88
writeText "rootwrap.conf" ''
99
# Configuration for neutron-rootwrap
10-
# This file should be owned by (and only-writeable by) the root user
10+
# This file should be owned by (and only-writable by) the root user
1111
1212
[DEFAULT]
1313
# List of directories to load filter definitions from (separated by ',').
14-
# These directories MUST all be only writeable by root !
14+
# These directories MUST all be only writable by root !
1515
filters_path=${package}/${filterPath}
1616
1717
# List of directories to search executables in, in case filters do not
1818
# explicitly specify a full path (separated by ',')
1919
# If not specified, defaults to system PATH environment variable.
20-
# These directories MUST all be only writeable by root !
20+
# These directories MUST all be only writable by root !
2121
exec_dirs=/run/current-system/sw/bin,/${coreutils}/bin,${utils_env}/bin
2222
2323
# Enable logging to syslog

0 commit comments

Comments
 (0)