summaryrefslogtreecommitdiff
path: root/gemfeed
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-03-30 22:26:11 +0200
committerPaul Buetow <paul@buetow.org>2024-03-30 22:26:11 +0200
commitb63917315dcd34dc49fe2ab90108b91c59151d6e (patch)
treeadaf4b02ade4e29c74ee70280d052d91295fbcfd /gemfeed
parent30f3eea186f74241275970e876e6713bd52d0762 (diff)
Update content for md
Diffstat (limited to 'gemfeed')
-rw-r--r--gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md
index 67e0484b..d9d336dd 100644
--- a/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md
+++ b/gemfeed/2024-04-01-KISS-high-availability-with-OpenBSD.md
@@ -141,7 +141,7 @@ tramsform () {
After the failover, the script reloads `nsd` and performs a sanity check to see if DNS still works. If not, a rollback will be performed:
```sh
-# Race condition (e.g. script execution abored in the middle of the previous run)
+# Race condition (e.g. script execution aborted in the middle of the previous run)
if [ -f $zone_file.bak ]; then
mv $zone_file.bak $zone_file
fi