Skip to content

Commit

Permalink
Bugzilla bug 213158: fixed the misspelling of "attach". The patch is
Browse files Browse the repository at this point in the history
contributed by Pierre Chanial <chanial@noos.fr>.
Modified Files: pk11slot.c secmodt.h
  • Loading branch information
wtc%netscape.com committed Jul 19, 2003
1 parent 09247b1 commit 2d60fc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/nss/lib/pk11wrap/pk11slot.c
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion security/nss/lib/pk11wrap/secmodt.h
Expand Up @@ -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 */
Expand Down

0 comments on commit 2d60fc1

Please sign in to comment.