summaryrefslogtreecommitdiff
path: root/README.STREAMS
diff options
context:
space:
mode:
authorGabriel Caruso <carusogabriel34@gmail.com>2018-08-09 23:19:55 -0300
committerChristoph M. Becker <cmbecker69@gmx.de>2018-08-12 16:15:45 +0200
commit84b195d9fc5ba2b65ceb46d8ec3d4676bf51a538 (patch)
tree2c3100631a749d0ebc5515f06a950dae8c9d9b3b /README.STREAMS
parent9ea7d259effc81700e8b7f03f56c47c14201548e (diff)
downloadphp-git-84b195d9fc5ba2b65ceb46d8ec3d4676bf51a538.tar.gz
Fix some misspellings
Diffstat (limited to 'README.STREAMS')
-rw-r--r--README.STREAMS2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.STREAMS b/README.STREAMS
index f22cab5d71..57dc612117 100644
--- a/README.STREAMS
+++ b/README.STREAMS
@@ -364,7 +364,7 @@ php_stream_ops my_ops = {
"Strange MySQL example"
}
-Thats it!
+That's it!
Take a look at the STDIO implementation in streams.c for more information
about how these operations work.