From 96647a898d62d699808316238dfb933d960413f2 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 00:55:46 +0200 Subject: Merging upstream version 7.0.16-dfsg. Signed-off-by: Daniel Baumann --- src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/VBox/ImageMounter') diff --git a/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp b/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp index 8e36358d..0fd8b335 100644 --- a/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp +++ b/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp @@ -254,7 +254,7 @@ briefUsage() ); RTPrintf("\n" "vboximg-mount is a utility to make VirtualBox disk images available to the host\n" - "operating system for privileged or non-priviliged access. Any version of the\n" + "operating system for privileged or non-privileged access. Any version of the\n" "disk can be mounted from its available history of snapshots.\n" "\n" "If the user specifies a base image identifier using the --image option, only\n" @@ -264,10 +264,10 @@ briefUsage() "\n" "The virtual disk is exposed as a device node within a FUSE-based filesystem\n" "that overlays the user-provided mount point. The FUSE filesystem consists of a\n" - "directory containing a number of files and possibly other directories:" + "directory containing a number of files and possibly other directories:\n" " * vhdd: Provides access to the raw disk image data as a flat image\n" " * vol: Provides access to individual volumes on the accessed disk image\n" - " * fs: Provides access to a supported filesystem without the need for a" + " * fs: Provides access to a supported filesystem without the need for a\n" " host filesystem driver\n" "\n" "The directory will also contain a symbolic link which has the same basename(1)\n" @@ -1002,7 +1002,7 @@ static int vboxImgMntImageSetup(struct fuse_args *args) AccessMode_ReadOnly, false /* forceNewUuid */, pVDiskMedium.asOutParam())); if (FAILED(hrc)) - return RTMsgErrorExitFailure("\nCould't find specified VirtualBox base or snapshot disk image:\n%s", + return RTMsgErrorExitFailure("\nCouldn't find specified VirtualBox base or snapshot disk image:\n%s", g_vboximgOpts.pszImageUuidOrPath); -- cgit v1.2.3