Skip to content

Commit 761f20f

Browse files
pjcjkhwilliamson
authored andcommitted
Fix spelling in perlopentut
1 parent c38fe15 commit 761f20f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlopentut.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ the first example like this:
364364
When you call C<open> this way, Perl invokes the given command directly,
365365
bypassing the shell. As such, the shell won't try to interpret any
366366
special characters within the command's argument list, which might
367-
overwise have unwanted effects. This can make for safer, less
367+
otherwise have unwanted effects. This can make for safer, less
368368
error-prone C<open> calls, useful in cases such as passing in variables
369369
as arguments, or even just referring to filenames with spaces in them.
370370

0 commit comments

Comments
 (0)