diff options
author | Lajos Veres <vlajos@gmail.com> | 2015-01-28 21:44:46 -0500 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2015-01-28 21:44:46 -0500 |
commit | b8fda9357ad61e890ce4e344b04f991b91596170 (patch) | |
tree | b005925e74c9b5b342cb0867553fdecb1d7918a0 /perlio.c | |
parent | f6bab5f637fea85f01e1e1f1882ace0bd404db4c (diff) | |
download | perl-b8fda9357ad61e890ce4e344b04f991b91596170.tar.gz |
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -849,7 +849,7 @@ XS(XS_io_MODIFY_SCALAR_ATTRIBUTES) XSRETURN(count); } -#endif /* USE_ATTIBUTES_FOR_PERLIO */ +#endif /* USE_ATTRIBUTES_FOR_PERLIO */ SV * PerlIO_tab_sv(pTHX_ PerlIO_funcs *tab) |