From e1b7db05e174f0e49f1543e10c28052343bf2822 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Fri, 9 Dec 2011 15:33:42 +0000 Subject: [PATCH] Quick Updates svn path=/trunk/boinc/; revision=24763 --- samples/vboxwrapper/vbox.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/vboxwrapper/vbox.cpp b/samples/vboxwrapper/vbox.cpp index 1f934dc5f6..d525efb304 100644 --- a/samples/vboxwrapper/vbox.cpp +++ b/samples/vboxwrapper/vbox.cpp @@ -724,8 +724,8 @@ int VBOX_VM::resume() { // Enable the network adapter if a network connection is required. // NOTE: Network access should never be allowed if the code running in a -// shared directory or the VM itself is NOT signed. Doing so opens up -// the network behind the firewall to attack. +// shared directory or the VM image itself is NOT signed. Doing so +// opens up the network behind the firewall to attack. // int VBOX_VM::set_network_access(bool enabled) { string command;