damn typo

git-svn-id: svn://10.0.0.236/trunk@80406 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
scc%mozilla.org 2000-10-05 01:51:52 +00:00
parent 1c2da7e99c
commit 987356386c
3 changed files with 3 additions and 3 deletions

View File

@ -1291,7 +1291,7 @@ template <class CharT>
nsPromiseSubstring<CharT>
Substring( const nsReadingIterator<CharT>& aStart, const nsReadingIterator<CharT>& aEnd )
{
return nsPromiseSubstring<Chart>(aStart, aEnd);
return nsPromiseSubstring<CharT>(aStart, aEnd);
}
template <class CharT>

View File

@ -1291,7 +1291,7 @@ template <class CharT>
nsPromiseSubstring<CharT>
Substring( const nsReadingIterator<CharT>& aStart, const nsReadingIterator<CharT>& aEnd )
{
return nsPromiseSubstring<Chart>(aStart, aEnd);
return nsPromiseSubstring<CharT>(aStart, aEnd);
}
template <class CharT>

View File

@ -1291,7 +1291,7 @@ template <class CharT>
nsPromiseSubstring<CharT>
Substring( const nsReadingIterator<CharT>& aStart, const nsReadingIterator<CharT>& aEnd )
{
return nsPromiseSubstring<Chart>(aStart, aEnd);
return nsPromiseSubstring<CharT>(aStart, aEnd);
}
template <class CharT>