From 62e6fee0d5ddb51d0f9ccf833526c54a13d8f2fc Mon Sep 17 00:00:00 2001 From: shnja Date: Wed, 10 Apr 2019 22:51:37 -0400 Subject: [PATCH] Fix spelling --- common-tasks/copy-from-dom0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common-tasks/copy-from-dom0.md b/common-tasks/copy-from-dom0.md index 7719bd59..9c5b721a 100644 --- a/common-tasks/copy-from-dom0.md +++ b/common-tasks/copy-from-dom0.md @@ -39,7 +39,7 @@ You may now paste the log contents to any VM as you normally would (i.e., Ctrl-S For data other than logs, there are several options: 1. Copy it as a file (see above) -2. Wwrite the data you wish to copy into `/var/run/qubes/qubes-clipboard.bin`, then `echo -n dom0 > /var/run/qubes/qubes-clipboard.bin.source`. +2. Write the data you wish to copy into `/var/run/qubes/qubes-clipboard.bin`, then `echo -n dom0 > /var/run/qubes/qubes-clipboard.bin.source`. Then use Ctrl-Shift-V to paste the data to the desired VM.