From 0f917c4170d675d109dce9ede433aba906aad61c Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 25 Apr 2022 14:58:30 +0200 Subject: Fix typo reported by nekomune --- share/doc/bashtard.1.scd | 2 +- share/doc/bashtard.3.scd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/doc/bashtard.1.scd b/share/doc/bashtard.1.scd index c176c57..c8d7e1d 100644 --- a/share/doc/bashtard.1.scd +++ b/share/doc/bashtard.1.scd @@ -18,7 +18,7 @@ bashtard - A Bash-based configuration management utility *bashtard* is a relatively simple Bash-based utility, providing just enough abstractions over certain OS-specific tools to allow you to write generic -configuration and maintainance scripts, known as *playbooks*. +configuration and maintenance scripts, known as *playbooks*. # SEE ALSO diff --git a/share/doc/bashtard.3.scd b/share/doc/bashtard.3.scd index 2ae4bdc..1ff58c4 100644 --- a/share/doc/bashtard.3.scd +++ b/share/doc/bashtard.3.scd @@ -4,7 +4,7 @@ bashtard(3) When writing a *playbook*, you will want to know of the variables and functions exposed by *bashtard*, so that you can actually write OS-agnostic installation -and maintainance scripts. +and maintenance scripts. # VARIABLES -- cgit v1.1