diff --git a/samples/vboxwrapper/vboxwrapper.cpp b/samples/vboxwrapper/vboxwrapper.cpp
index d55ad59e3d..15bae2373a 100644
--- a/samples/vboxwrapper/vboxwrapper.cpp
+++ b/samples/vboxwrapper/vboxwrapper.cpp
@@ -231,7 +231,7 @@ void set_throttles(APP_INIT_DATA& aid, VBOX_VM& vm) {
// do any processing. It probably wouldn't be so bad if the RDP interface
// didn't also get hosed by it.
//
- // For now srt the minimum CPU Throttle value to 5.
+ // For now set the minimum CPU Throttle value to 5.
//
if (5 > x) x = 5;
diff --git a/win_build/vboxwrapper.vcproj b/win_build/vboxwrapper.vcproj
index c0e5c406ad..c4ac21e3f2 100644
--- a/win_build/vboxwrapper.vcproj
+++ b/win_build/vboxwrapper.vcproj
@@ -82,13 +82,13 @@
@@ -183,13 +183,13 @@