mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
Replace possessive ASCII apostrophe ('s) with Unicode apostrophe (’s).
Only replaced in end-user messages and documentation, not in code, comments, or anything else that's not end-user visible. See: https://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html
This commit is contained in:
@@ -213,7 +213,7 @@ else
|
||||
echo
|
||||
echo "Note: The contents of / (root) are the rescue appliance."
|
||||
if ! test -d "/sysroot/dev"; then
|
||||
echo "You have to mount the guest's partitions under /sysroot"
|
||||
echo "You have to mount the guest’s partitions under /sysroot"
|
||||
echo "before you can examine them."
|
||||
else
|
||||
echo "Use 'cd /sysroot' or 'chroot /sysroot' to see guest filesystems."
|
||||
|
||||
Reference in New Issue
Block a user