Bugzilla bug 213158: fixed the misspelling of "attach". The patch is

contributed by Pierre Chanial <chanial@noos.fr>.
Modified Files: pk11slot.c secmodt.h
This commit is contained in:
wtc%netscape.com 2003-07-19 20:49:35 +00:00
Родитель e3431fb511
Коммит c5f5509f3f
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -2123,7 +2123,7 @@ PRBool PK11_HasRootCerts(PK11SlotInfo *slot) {
return slot->hasRootCerts;
}
/* Get the module this slot is attatched to */
/* Get the module this slot is attached to */
SECMODModule *
PK11_GetModule(PK11SlotInfo *slot)
{

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

@ -77,7 +77,7 @@ struct SECMODModuleStr {
void *functionList; /* The PKCS #11 function table */
void *refLock; /* only used pk11db.c */
int refCount; /* Module reference count */
PK11SlotInfo **slots; /* array of slot points attatched to this mod*/
PK11SlotInfo **slots; /* array of slot points attached to this mod*/
int slotCount; /* count of slot in above array */
PK11PreSlotInfo *slotInfo; /* special info about slots default settings */
int slotInfoCount; /* count */