@@ -985,7 +985,7 @@ On Windows NT 4 SP6 and later this function returns the following
985
985
additional values: SPMAJOR, SPMINOR, SUITEMASK, PRODUCTTYPE.
986
986
987
987
The 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
989
989
them.
990
990
991
991
The 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
1000
1000
identical; the PRODUCTTYPE field must be used to differentiate between
1001
1001
them.
1002
1002
1003
- SPMAJOR and SPMINOR are are the version numbers of the latest
1003
+ SPMAJOR and SPMINOR are the version numbers of the latest
1004
1004
installed service pack.
1005
1005
1006
1006
SUITEMASK is a bitfield identifying the product suites available on
@@ -1023,7 +1023,7 @@ the system. Known bits are:
1023
1023
VER_SUITE_COMPUTE_SERVER 0x00004000
1024
1024
VER_SUITE_WH_SERVER 0x00008000
1025
1025
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
1027
1027
documentation. The Win32 module does not provide symbolic names for these
1028
1028
constants.
1029
1029
@@ -1145,7 +1145,7 @@ and the SID type.
1145
1145
1146
1146
=item Win32::MsgBox(MESSAGE [, FLAGS [, TITLE]])
1147
1147
1148
- Create a dialogbox containing MESSAGE. FLAGS specifies the
1148
+ Create a dialog box containing MESSAGE. FLAGS specifies the
1149
1149
required icon and buttons according to the following table:
1150
1150
1151
1151
0 = OK
0 commit comments