Index: /trunk/configure.vbs
===================================================================
--- /trunk/configure.vbs	(revision 55123)
+++ /trunk/configure.vbs	(revision 55124)
@@ -1447,5 +1447,5 @@
    if strPathMingW32 = "" then
       if g_strTargetArch = "amd64" then
-         MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're targetting AMD64 and won't need it."
+         MsgWarning "Can't locate a suitable MinGW32 installation, ignoring since we're targeting AMD64 and won't need it."
       elseif strOptMinGW32 = "" then
          MsgError "Can't locate a suitable MinGW32 installation. Try specify the path with " _
@@ -1584,5 +1584,5 @@
    if strPathMinGWw64 = "" then
       if g_strTargetArch = "x86" then
-         MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're targetting x86 and won't need it."
+         MsgWarning "Can't locate a suitable MinGW-w64 installation, ignoring since we're targeting x86 and won't need it."
       elseif strOptMinGWw64 = "" then
          MsgError "Can't locate a suitable MinGW-w64 installation. Try specify the path with " _
Index: /trunk/include/VBox/err.h
===================================================================
--- /trunk/include/VBox/err.h	(revision 55123)
+++ /trunk/include/VBox/err.h	(revision 55124)
@@ -2489,5 +2489,5 @@
 /** Process Verficiation Failure: An image has too many sections. */
 #define VERR_SUP_VP_TOO_MANY_SECTIONS                (-5646)
-/** Process Verficiation Failure: An image is targetting an unexpected
+/** Process Verficiation Failure: An image is targeting an unexpected
  *  machine/CPU. */
 #define VERR_SUP_VP_UNEXPECTED_IMAGE_MACHINE         (-5647)
Index: /trunk/include/iprt/cdefs.h
===================================================================
--- /trunk/include/iprt/cdefs.h	(revision 55123)
+++ /trunk/include/iprt/cdefs.h	(revision 55124)
@@ -321,5 +321,5 @@
 
 /** @def RT_OPSYS
- * Indicates which OS we're targetting. It's a \#define with is
+ * Indicates which OS we're targeting. It's a \#define with is
  * assigned one of the RT_OPSYS_XXX defines above.
  *
Index: /trunk/include/iprt/nt/nt.h
===================================================================
--- /trunk/include/iprt/nt/nt.h	(revision 55123)
+++ /trunk/include/iprt/nt/nt.h	(revision 55124)
@@ -223,5 +223,5 @@
 /** @name Useful macros
  * @{ */
-/** Indicates that we're targetting native NT in the current source. */
+/** Indicates that we're targeting native NT in the current source. */
 #define RTNT_USE_NATIVE_NT              1
 /** Initializes a IO_STATUS_BLOCK. */
Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk	(revision 55123)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/disp/Makefile.kmk	(revision 55124)
@@ -22,5 +22,5 @@
 # VBoxDisp - Windows Guest Additions XPDM Display Driver
 #
-# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targetting 64-bit.)
+# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.)
 #
 SYSMODS += VBoxDisp
Index: /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk
===================================================================
--- /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk	(revision 55123)
+++ /trunk/src/VBox/Additions/WINNT/Graphics/Video/mp/Makefile.kmk	(revision 55124)
@@ -22,5 +22,5 @@
 # VBoxVideo - Windows Guest Additions XPDM Miniport Video Driver
 #
-# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targetting 64-bit.)
+# Note. This has to run on NT4! (*_NT4 => *_W2K3 when targeting 64-bit.)
 #
 SYSMODS += VBoxVideo
Index: /trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac
===================================================================
--- /trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac	(revision 55123)
+++ /trunk/src/VBox/ValidationKit/bootsectors/bootsector2-first.mac	(revision 55124)
@@ -29,5 +29,5 @@
 
 ;
-; Undefine thing that shouldn't be defined if we're targetting the
+; Undefine thing that shouldn't be defined if we're targeting the
 ; binary format directly. These macros comes from DEFS in Config.kmk.
 ;
