summaryrefslogtreecommitdiff
path: root/it_pipe.class
diff options
context:
space:
mode:
authorUrban Müller2023-03-17 15:17:17 +0100
committerUrban Müller2023-03-17 15:21:02 +0100
commit0d0140c0de98de28106610e58aa8bebc07566a85 (patch)
treef90f9700d89d121bb96debdcd7ee50d9bb1c21f6 /it_pipe.class
parent49429cfe68d8d576d6c0a0fc954e57b452dd5d41 (diff)
downloaditools-0d0140c0de98de28106610e58aa8bebc07566a85.tar.gz
itools-0d0140c0de98de28106610e58aa8bebc07566a85.tar.bz2
itools-0d0140c0de98de28106610e58aa8bebc07566a85.zip
typo
Diffstat (limited to 'it_pipe.class')
-rw-r--r--it_pipe.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_pipe.class b/it_pipe.class
index 0ffb7af..ac1b987 100644
--- a/it_pipe.class
+++ b/it_pipe.class
@@ -12,7 +12,7 @@ class it_pipe implements Iterator
* Creates a pipe object from input. Named arguments:
* $p['fn'] filename to read lines from
* $p['cmd'] cmd to read lines from
- * $p['data'] data to read line from. either array of lines without newslines or string
+ * $p['data'] data to read line from. either array of lines without newlines or string
*/
function __construct($p = array())
{