about summary refs log tree commit diff
path: root/src/libextra/fileinput.rs
diff options
context:
space:
mode:
authorHuon Wilson <dbau.pp+github@gmail.com>2013-08-18 08:28:04 +1000
committerHuon Wilson <dbau.pp+github@gmail.com>2013-08-18 08:28:04 +1000
commit6440343a6c26fca12ef2e323fa7738dce9da1986 (patch)
tree1fa6106fcc49f2a567a36644a8a6c3c32b57f21c /src/libextra/fileinput.rs
parent72fd02d93985bc9be359d736eec0484cb51a8b3f (diff)
downloadrust-6440343a6c26fca12ef2e323fa7738dce9da1986.tar.gz
rust-6440343a6c26fca12ef2e323fa7738dce9da1986.zip
More spelling corrections.
Diffstat (limited to 'src/libextra/fileinput.rs')
-rw-r--r--src/libextra/fileinput.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libextra/fileinput.rs b/src/libextra/fileinput.rs
index e268e83bf3f..3b4fad3eaa7 100644
--- a/src/libextra/fileinput.rs
+++ b/src/libextra/fileinput.rs
@@ -156,7 +156,7 @@ impl FileInput {
     /**
     Create a `FileInput` object from a vec of files. An empty
     vec means lines are read from `stdin` (use `from_vec_raw` to stop
-    this behaviour). Any occurence of `None` represents `stdin`.
+    this behaviour). Any occurrence of `None` represents `stdin`.
     */
     pub fn from_vec(files: ~[Option<Path>]) -> FileInput {
         FileInput::from_vec_raw(