Index: /trunk/doc/manual/en_US/SDKRef.xml
===================================================================
--- /trunk/doc/manual/en_US/SDKRef.xml	(revision 61893)
+++ /trunk/doc/manual/en_US/SDKRef.xml	(revision 61894)
@@ -3922,5 +3922,5 @@
           whereas the semantics also has been changed: <link linkend="ProcessCreateFlag__NoProfile">ProcessCreateFlag::NoProfile</link>
           explicitly <emphasis role="bold">did not</emphasis> utilize the guest user's profile data,
-          which in turn <link linkend="ProcessCreateFlag__Profile">ProcessCreateFlag::NoProfile</link>
+          which in turn <link linkend="ProcessCreateFlag__Profile">ProcessCreateFlag::Profile</link>
           explicitly <emphasis role="bold">does now</emphasis>.</para>
         </listitem>
Index: /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp
===================================================================
--- /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 61893)
+++ /trunk/src/VBox/Frontends/VBoxManage/VBoxManageGuestCtrl.cpp	(revision 61894)
@@ -1331,5 +1331,5 @@
         { "--ignore-operhaned-processes",   kGstCtrlRunOpt_IgnoreOrphanedProcesses,   RTGETOPT_REQ_NOTHING },
         { "--no-profile",                   kGstCtrlRunOpt_NoProfile,                 RTGETOPT_REQ_NOTHING }, /** @todo Deprecated. */
-        { "--profile"                       kGstCtrlRunOpt_Profile,                   RTGETOPT_REQ_NOTHING },
+        { "--profile",                      kGstCtrlRunOpt_Profile,                   RTGETOPT_REQ_NOTHING },
         /* run only: 6 - options */
         { "--dos2unix",                     kGstCtrlRunOpt_Dos2Unix,                  RTGETOPT_REQ_NOTHING },
