зеркало из https://github.com/mozilla/gecko-dev.git
Bug 577266 - Correct misspellings in source code: 'verion' -> 'version'
This commit is contained in:
Родитель
7c15cc6fb4
Коммит
4ad6cea4ad
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче