From 09bf710e3bc7de550fe7d6629360d1328d015873 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Tue, 21 May 2013 06:49:13 -0400 Subject: typo fix for os2 module Bump $VERSION for os2/OS2/OS2-Process/Process.pm. --- os2/OS2/OS2-Process/Process.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'os2') diff --git a/os2/OS2/OS2-Process/Process.pm b/os2/OS2/OS2-Process/Process.pm index baee0e6ddb..55e8f61638 100644 --- a/os2/OS2/OS2-Process/Process.pm +++ b/os2/OS2/OS2-Process/Process.pm @@ -20,7 +20,7 @@ BEGIN { #require AutoLoader; our @ISA = qw(Exporter); - our $VERSION = "1.08"; + our $VERSION = "1.09"; XSLoader::load('OS2::Process', $VERSION); } @@ -2006,7 +2006,7 @@ will show the 22nd system icon as the dialog icon (small folder icon). =item _MessageBox2($text, $buttons_Icon_struct, [$title, ...]) -low-level workhorse to implement MessageBox2(). Differs by the dafault +low-level workhorse to implement MessageBox2(). Differs by the default $title, and that $buttons_Icon_struct is required, and is a string with low-level C struct. -- cgit v1.2.1