[perl #32419] Spelling fixes for perl@23492
[p5sagit/p5-mst-13.2.git] / pod / perlport.pod
index e7fcde7..ffd7c86 100644 (file)
@@ -1106,7 +1106,7 @@ native formats.
 
 What C<\n> represents depends on the type of file opened.  It usually
 represents C<\012> but it could also be C<\015>, C<\012>, C<\015\012>, 
-C<\000>, C<\040>, or nothing depending on the file organiztion and 
+C<\000>, C<\040>, or nothing depending on the file organization and 
 record format.  The VMS::Stdio module provides access to the 
 special fopen() requirements of files with unusual attributes on VMS.