Skip to content

Commit d86eb91

Browse files
committed
typo fixes
1 parent 3e61f35 commit d86eb91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Win32.pm

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ On Windows NT 4 SP6 and later this function returns the following
985985
additional values: SPMAJOR, SPMINOR, SUITEMASK, PRODUCTTYPE.
986986
987987
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
989989
them.
990990
991991
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
10001000
identical; the PRODUCTTYPE field must be used to differentiate between
10011001
them.
10021002
1003-
SPMAJOR and SPMINOR are are the version numbers of the latest
1003+
SPMAJOR and SPMINOR are the version numbers of the latest
10041004
installed service pack.
10051005
10061006
SUITEMASK 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
10271027
documentation. The Win32 module does not provide symbolic names for these
10281028
constants.
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
11491149
required icon and buttons according to the following table:
11501150
11511151
0 = OK

0 commit comments

Comments
 (0)