@@ -985,7 +985,7 @@ On Windows NT 4 SP6 and later this function returns the following
985985additional values: SPMAJOR, SPMINOR, SUITEMASK, PRODUCTTYPE.
986986
987987The version numbers for Windows 2003 and Windows Home Server are
988- identical; the SUITEMASK field must be used to differentiate between\
988+ identical; the SUITEMASK field must be used to differentiate between
989989them.
990990
991991The version numbers for Windows Vista and Windows Server 2008 are
@@ -1000,7 +1000,7 @@ The version numbers for Windows 8 and Windows Server 2012 are
10001000identical; the PRODUCTTYPE field must be used to differentiate between
10011001them.
10021002
1003- SPMAJOR and SPMINOR are are the version numbers of the latest
1003+ SPMAJOR and SPMINOR are the version numbers of the latest
10041004installed service pack.
10051005
10061006SUITEMASK is a bitfield identifying the product suites available on
@@ -1023,7 +1023,7 @@ the system. Known bits are:
10231023 VER_SUITE_COMPUTE_SERVER 0x00004000
10241024 VER_SUITE_WH_SERVER 0x00008000
10251025
1026- The VER_SUITE_xxx names are listed here to crossreference the Microsoft
1026+ The VER_SUITE_xxx names are listed here to cross reference the Microsoft
10271027documentation. The Win32 module does not provide symbolic names for these
10281028constants.
10291029
@@ -1145,7 +1145,7 @@ and the SID type.
11451145
11461146=item Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]])
11471147
1148- Create a dialogbox containing MESSAGE. FLAGS specifies the
1148+ Create a dialog box containing MESSAGE. FLAGS specifies the
11491149required icon and buttons according to the following table:
11501150
11511151 0 = OK
0 commit comments