fix a typo in the comment.

git-svn-id: svn://10.0.0.236/trunk@64324 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2000-03-28 04:53:57 +00:00
parent e2a6213ae5
commit 173658e319

View File

@@ -38,7 +38,7 @@
1) Right now, the only kind of stream data sources that are _really_
writable are "file:" URIs. (In fact, _all_ "file:" URIs are
writable, modulo flie system permissions; this may lead to some
writable, modulo file system permissions; this may lead to some
surprising behavior.) Eventually, it'd be great if we could open
an arbitrary nsIOutputStream on *any* URL, and Netlib could just
do the magic.