From 173658e319a12cd258d92cb79686aa730ac4e63e Mon Sep 17 00:00:00 2001 From: "sspitzer%netscape.com" Date: Tue, 28 Mar 2000 04:53:57 +0000 Subject: [PATCH] fix a typo in the comment. git-svn-id: svn://10.0.0.236/trunk@64324 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/rdf/base/src/nsRDFXMLDataSource.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/rdf/base/src/nsRDFXMLDataSource.cpp b/mozilla/rdf/base/src/nsRDFXMLDataSource.cpp index 9ad93b95574..7b3fe048291 100644 --- a/mozilla/rdf/base/src/nsRDFXMLDataSource.cpp +++ b/mozilla/rdf/base/src/nsRDFXMLDataSource.cpp @@ -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.