Some spelling fixes.
This commit is contained in:
parent
1b2f56e62e
commit
17afa80afd
|
@ -140,7 +140,7 @@ HRESULT ReadChunkIntoExtra(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck)
|
|||
return AVIERR_OK;
|
||||
}
|
||||
|
||||
/* reads all non-junk chunks into the extrachunk-structure until it founds
|
||||
/* reads all non-junk chunks into the extrachunk-structure until it finds
|
||||
* the given chunk or the optional parent-chunk is at the end */
|
||||
HRESULT FindChunkAndKeepExtras(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck,
|
||||
MMCKINFO *lpckParent,UINT flags)
|
||||
|
|
|
@ -40,7 +40,7 @@ HRESULT WriteExtraChunk(LPEXTRACHUNKS extra,FOURCC ckid,LPVOID lp,LONG size);
|
|||
/* reads a chunk fomr the HMMIO into the extrachunk-structure */
|
||||
HRESULT ReadChunkIntoExtra(LPEXTRACHUNKS extra,HMMIO hmmio,MMCKINFO *lpck);
|
||||
|
||||
/* reads all non-junk chunks into the extrachunk-structure until it founds
|
||||
/* reads all non-junk chunks into the extrachunk-structure until it finds
|
||||
* the given chunk or the optional parent-chunk is at the end */
|
||||
HRESULT FindChunkAndKeepExtras(LPEXTRACHUNKS extra,HMMIO hmmio,
|
||||
MMCKINFO *lpck,MMCKINFO *lpckParent,UINT flags);
|
||||
|
|
|
@ -625,12 +625,12 @@ LRESULT CFn_WMInitDialog(HWND hDlg, WPARAM wParam, LPARAM lParam,
|
|||
}
|
||||
if (s.added) break;
|
||||
if (lpcf->Flags & CF_FIXEDPITCHONLY) {
|
||||
FIXME("No founds found with fixed pitch only, dropping flag.\n");
|
||||
FIXME("No font found with fixed pitch only, dropping flag.\n");
|
||||
lpcf->Flags &= ~CF_FIXEDPITCHONLY;
|
||||
continue;
|
||||
}
|
||||
if (lpcf->Flags & CF_TTONLY) {
|
||||
FIXME("No founds found with truetype only, dropping flag.\n");
|
||||
FIXME("No font found with truetype only, dropping flag.\n");
|
||||
lpcf->Flags &= ~CF_TTONLY;
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue