From 22cb8153e6718e51c1332522867b7d95bbf36509 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Fri, 30 Sep 2016 10:49:15 +0700 Subject: [PATCH] TrivialFix: Fix typo in the configuration file Change-Id: I45073006d9e257725375b36950064377ae70534d --- rootwrap.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootwrap.conf b/rootwrap.conf index d85ce6f4b..848dbfd0c 100644 --- a/rootwrap.conf +++ b/rootwrap.conf @@ -7,7 +7,7 @@ filters_path=/etc/ironic-inspector/rootwrap.d,/usr/share/ironic-inspector/rootwrap # List of directories to search executables in, in case filters do not -# explicitely specify a full path (separated by ',') +# explicitly specify a full path (separated by ',') # If not specified, defaults to system PATH environment variable. # These directories MUST all be only writeable by root ! exec_dirs=/sbin,/usr/sbin,/bin,/usr/bin