From 3aec63d7851eb4d1911deafd38094a78b7b6172c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20R=C3=BCchel?= Date: Thu, 7 Dec 2023 07:49:01 +1030 Subject: [PATCH] Fix typo in pst.md (#1185) Just a small fix to change "keeped" to "kept". --- docs/pst.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pst.md b/docs/pst.md index 983b9e3..edbb034 100644 --- a/docs/pst.md +++ b/docs/pst.md @@ -10,7 +10,7 @@ However, the root file system is in a read-only state and does not involve remou To solve this problem, new versions of PiKVM have a small 256MiB storage partition that can be used to store that data. A special `kvmd-pst` daemon makes sure that this partition is mounted in read-only all the time, and remounts it to RW only when some user script requires it. This also solves the problems of simultaneous access, so the RW mode will be -keeped as long as at least one client is working with the storage. +kept as long as at least one client is working with the storage. ## Usage