summaryrefslogtreecommitdiff
path: root/README.os2
diff options
context:
space:
mode:
authorPeter J. Acklam) (via RT <perlbug-followup@perl.org>2011-01-06 23:14:20 -0800
committerAbigail <abigail@abigail.be>2011-01-07 11:18:16 +0100
commitf858446f8d2c74c0a4665f0be04b65fe90e1b08c (patch)
tree2d9bdc9f5c24118bc6e3982c2aab064881abb243 /README.os2
parent486ec47ab73770ab60bf9cfb6d398a4371463266 (diff)
downloadperl-f858446f8d2c74c0a4665f0be04b65fe90e1b08c.tar.gz
Fix typos (spelling errors) in README*.
# New Ticket Created by (Peter J. Acklam) # Please include the string: [perl #81912] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81912 > Signed-off-by: Abigail <abigail@abigail.be>
Diffstat (limited to 'README.os2')
-rw-r--r--README.os26
1 files changed, 3 insertions, 3 deletions
diff --git a/README.os2 b/README.os2
index 56d8759ec0..1ff6b01ea5 100644
--- a/README.os2
+++ b/README.os2
@@ -487,7 +487,7 @@ DPMI is required for RSX.
The whole idea of the "standard C API to start applications" is that
the forms C<foo> and C<"foo"> of program arguments are completely
-interchangable. F<find> breaks this paradigm;
+interchangeable. F<find> breaks this paradigm;
find "pattern" file
find pattern file
@@ -1649,7 +1649,7 @@ leaves drive as it is.
=item C<Cwd::change_drive(name)>
-chanes the "current" drive.
+changes the "current" drive.
=item C<Cwd::sys_is_absolute(name)>
@@ -1896,7 +1896,7 @@ _DLLInitTerm() (e.g., F<TCP32IP>). This means that even if you do not I<call>
any function in the DLL, just the act of loading this DLL will reset your
flags. What is worse, the same compiler was used to compile some HOOK DLLs.
Given that HOOK dlls are executed in the context of I<all> the applications
-in the system, this means a complete unpredictablity of floating point
+in the system, this means a complete unpredictability of floating point
flags on systems using such HOOK DLLs. E.g., F<GAMESRVR.DLL> of B<DIVE>
origin changes the floating point flags on each write to the TTY of a VIO
(windowed text-mode) applications.