[vbox-dev] [patch] fix minor spelling mistake

René Genz liebundartig at freenet.de
Tue Mar 6 23:40:22 GMT 2018


This patch fixes minor spelling mistakes.
I am submitting the patch under the X11 license terms.

diff --git a/vbox/trunk/src/VBox/Storage/testcase/Makefile.kmk b/vbox/trunk/src/VBox/Storage/testcase/Makefile.kmk
index c42c9af..c6f13cb 100644
--- a/vbox/trunk/src/VBox/Storage/testcase/Makefile.kmk
+++ b/vbox/trunk/src/VBox/Storage/testcase/Makefile.kmk
@@ -94,7 +94,7 @@ endif
 if defined(VBOX_WITH_TESTCASES) || defined(VBOX_WITH_VBOX_IMG)
  PROGRAMS += vbox-img
  #
- # vbox-img - static because it migth be used as at standalone tool.
+ # vbox-img - static because it might be used as a standalone tool.
  #
  vbox-img_TEMPLATE = VBoxR3Static
  vbox-img_DEFS += IN_VBOXDDU IN_VBOXDDU_STATIC VBOX_HDD_NO_DYNAMIC_BACKENDS
@@ -148,7 +148,7 @@ if    defined(VBOX_WITH_TESTCASES) && defined(VBOX_WITH_PLUGIN_CRYPT) \
    && defined(VBOX_WITH_VDKEYSTOREMGR)
  PROGRAMS += vdkeystoremgr
  #
- # vdkeystoremgr - static because it migth be used as at standalone tool.
+ # vdkeystoremgr - static because it might be used as a standalone tool.
  #
  vdkeystoremgr_TEMPLATE = VBoxR3Static
  vdkeystoremgr_DEFS += IN_VBOXDDU IN_VBOXDDU_STATIC VBOX_HDD_NO_DYNAMIC_BACKENDS

-- 
Kind regards,
René



More information about the vbox-dev mailing list