From c38c9c09f2cceaeafc7f39340ee73af4ed6306c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Lesimple?= Date: Fri, 21 Jan 2022 12:57:09 +0000 Subject: [PATCH] chore: fix typos --- bin/cron/osh-encrypt-rsync.pl | 2 +- doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header | 2 +- doc/sphinx/using/piv.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/cron/osh-encrypt-rsync.pl b/bin/cron/osh-encrypt-rsync.pl index 886f0c3..e4d8e1c 100755 --- a/bin/cron/osh-encrypt-rsync.pl +++ b/bin/cron/osh-encrypt-rsync.pl @@ -107,7 +107,7 @@ sub config_load_and_lint { my $fnret; # Useful when erroring before we had a chance to actually read the config, - # and the configured syslog_facility value. This will be overriden below once we + # and the configured syslog_facility value. This will be overridden below once we # know what the user configured. OVH::SimpleLog::setSyslog('local6'); diff --git a/doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header b/doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header index e7c5a01..e8fc5bd 100644 --- a/doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header +++ b/doc/sphinx-reference-headers/osh-encrypt-rsync.conf.header @@ -8,7 +8,7 @@ osh-encrypt-rsync.conf reference and optionally pushing the recorded ``ttyrec`` files to a distant server, along with the user logs (``/home/*/*.log``) and user sqlite files (``/home/*/*.sqlite``). The global log and sqlite files are also handled (located in ``/home/logkeeper/``). - Note that logs send through syslog are NOT managed by this script. + Note that logs sent through syslog are NOT managed by this script. .. warning:: diff --git a/doc/sphinx/using/piv.rst b/doc/sphinx/using/piv.rst index 7bc6345..23f54db 100644 --- a/doc/sphinx/using/piv.rst +++ b/doc/sphinx/using/piv.rst @@ -149,7 +149,7 @@ Global policy ============= If you want to apply a policy bastion-wide, please refer to the :ref:`ingressRequiresPIV` option. -This policy can still be overriden per-account if needed, see above. +This policy can still be overridden per-account if needed, see above. Temporary grace period ======================