guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 9a70af56e0ecdc51db69248f6a0d0c6fc5926a31
Author: Edouard Klein <[email protected]>
AuthorDate: Sat Sep 20 17:32:43 2025 +0200

    doc: Fix documentation of ‘vfs-mapping’.
    
    * doc/guix.texi (VFS Mapping Service): Fix source/destination mixup.
    
    Change-Id: I10bd066369a6507e69a40155dc3faa23cf40c1e6
    Signed-off-by: Ludovic Courtès <[email protected]>
---
 doc/guix.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/guix.texi b/doc/guix.texi
index 00d235b3b0..759f044659 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -43618,8 +43618,8 @@ Service type for binding a directory in multiple places 
on the file
 system.
 
 The access rights are either the same in source and destination
-(@code{'bind}), or writes are translated back to the sources as if made
-by the destination's owner (@code{'translate}), or kept in an overlay
+(@code{'bind}), or writes are translated back to the source as if made
+by the source's owner (@code{'translate}), or kept in an overlay
 directory near the destination (@code{'overlay}).  The service's value
 must be a @code{vfs-mapping-configuration} object.
 @end defvar

Reply via email to