24 lines
871 B
Diff
24 lines
871 B
Diff
From 0f8189161ef5c09c6a6df96cb15937d430f75353 Mon Sep 17 00:00:00 2001
|
|
From: Valentin Vidic <vvidic@debian.org>
|
|
Date: Wed, 23 Oct 2019 22:11:14 +0200
|
|
Subject: [PATCH] Low: exportfs: Fix spelling error
|
|
|
|
Replace seperated -> separated.
|
|
---
|
|
heartbeat/exportfs | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/heartbeat/exportfs b/heartbeat/exportfs
|
|
index dc609a0b4..d79aced88 100755
|
|
--- a/heartbeat/exportfs
|
|
+++ b/heartbeat/exportfs
|
|
@@ -52,7 +52,7 @@ Note: it follows the format defined in "man exportfs". For example, in
|
|
the use case to export the directory(-ies) for multiple subnets, please
|
|
do config a dedicated primitive for each subnet CIDR ip address,
|
|
and do not attempt to use multiple CIDR ip addresses in a space
|
|
-seperated list, like in /etc/exports.
|
|
+separated list, like in /etc/exports.
|
|
</longdesc>
|
|
<shortdesc lang="en">
|
|
Client ACL.
|