From 309fc204532a8a1c6bb109df3b05d8d9adf8d7b5 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Tue, 5 Sep 2017 14:45:16 +0000
Subject: [PATCH] Fix typos (spotted by Lintian) in README.md and manpages.

---
 README.md              | 2 +-
 man/backupninja.1      | 2 +-
 man/backupninja.conf.5 | 4 ++--
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 960dd11..7749cc9 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ The key features of backupninja are:
 
 The following backup types are supported:
 
- - secure, remote, incremental filesytem backup (via rdiff-backup)
+ - secure, remote, incremental filesystem backup (via rdiff-backup)
    incremental data is compressed. permissions are retained even
    with an unpriviledged backup user
  - backup of mysql databases (via mysqlhotcopy and mysqldump)
diff --git a/man/backupninja.1 b/man/backupninja.1
index b1d2875..84508f6 100644
--- a/man/backupninja.1
+++ b/man/backupninja.1
@@ -52,7 +52,7 @@ works with Linux-Vservers.
 
 .B Backup types include:
 .IP - 2
-secure, remote, incremental filesytem backup (via rdiff-backup). incremental data is compressed. permissions are retained even with an unpriviledged backup user.
+secure, remote, incremental filesystem backup (via rdiff-backup). incremental data is compressed. permissions are retained even with an unpriviledged backup user.
 .IP -
 basic system and hardware information.
 .IP -
diff --git a/man/backupninja.conf.5 b/man/backupninja.conf.5
index 50e0238..a87bab7 100644
--- a/man/backupninja.conf.5
+++ b/man/backupninja.conf.5
@@ -73,8 +73,8 @@ If set to 'yes', use colors in the log file and debug output.
 .TP
 .B when
 When to process each configuration file. The value used here will
-be applied for each configuration file. It is possibile to override
-this "when" in each each configuration file, see also section 
+be applied for each configuration file. It is possible to override
+this "when" in each configuration file, see also section
 "Scheduling" in backup.d(5).
 
 For example:
-- 
GitLab