perf config: Fix trival typo 'an' -> 'can'

Just a trivial typo, should be 'can', did a spell check on the rest of
the file just in case, nothing more stood out.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
pull/964/merge
Arnaldo Carvalho de Melo 2024-12-05 11:59:34 -03:00
parent d78e20c081
commit 161c3402fd
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ The '$HOME/.perfconfig' file is used to store a per-user configuration.
The file '$(sysconfdir)/perfconfig' can be used to
store a system-wide default configuration.
One an disable reading config files by setting the PERF_CONFIG environment
One can disable reading config files by setting the PERF_CONFIG environment
variable to /dev/null, or provide an alternate config file by setting that
variable.