Bug 577266 - Correct misspellings in source code: 'verion' -> 'version'

This commit is contained in:
Felix Fung 2011-09-06 22:50:26 -07:00
Родитель 7c15cc6fb4
Коммит 4ad6cea4ad
4 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -397,7 +397,7 @@ nsTheoraState::PageIn(ogg_page* aPage)
}
// Returns 1 if the Theora info struct is decoding a media of Theora
// verion (maj,min,sub) or later, otherwise returns 0.
// version (maj,min,sub) or later, otherwise returns 0.
int
TheoraVersion(th_info* info,
unsigned char maj,

Просмотреть файл

@ -273,7 +273,7 @@ public:
};
// Returns 1 if the Theora info struct is decoding a media of Theora
// verion (maj,min,sub) or later, otherwise returns 0.
// version (maj,min,sub) or later, otherwise returns 0.
int TheoraVersion(th_info* info,
unsigned char maj,
unsigned char min,

Просмотреть файл

@ -1092,7 +1092,7 @@ struct JSContext
* Return:
* - The override version, if there is an override version.
* - The newest scripted frame's version, if there is such a frame.
* - The default verion.
* - The default version.
*
* Note: if this ever shows up in a profile, just add caching!
*/

Просмотреть файл

@ -59,7 +59,7 @@ interface nsIFormatConverter : nsISupports
nsISupportsArray getOutputDataFlavors ( ) ;
/**
* Determines whether a converion from one flavor to another is supported
* Determines whether a conversion from one flavor to another is supported
*
* @param aFromFormatConverter flavor to convert from
* @param aFromFormatConverter flavor to convert to