Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless

git-svn-id: svn://10.0.0.236/trunk@168825 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dbaron%dbaron.org
2005-02-05 00:49:25 +00:00
parent be96428a57
commit 2b0e25d7a2
6 changed files with 19 additions and 19 deletions

View File

@@ -5769,7 +5769,7 @@ nsPluginHostImpl::AddHeadersToChannel(const char *aHeadersData,
headersString = aHeadersData;
//
// Iterate over the nsString: for each "\r\n" delimeted chunk,
// Iterate over the nsString: for each "\r\n" delimited chunk,
// add the value as a header to the nsIHTTPChannel
//