From c5f5509f3f963420a759078c28b6fe1410f67029 Mon Sep 17 00:00:00 2001 From: "wtc%netscape.com" Date: Sat, 19 Jul 2003 20:49:35 +0000 Subject: [PATCH] Bugzilla bug 213158: fixed the misspelling of "attach". The patch is contributed by Pierre Chanial . Modified Files: pk11slot.c secmodt.h --- security/nss/lib/pk11wrap/pk11slot.c | 2 +- security/nss/lib/pk11wrap/secmodt.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/security/nss/lib/pk11wrap/pk11slot.c b/security/nss/lib/pk11wrap/pk11slot.c index 7b0bf05cf739..837d275d58ae 100644 --- a/security/nss/lib/pk11wrap/pk11slot.c +++ b/security/nss/lib/pk11wrap/pk11slot.c @@ -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) { diff --git a/security/nss/lib/pk11wrap/secmodt.h b/security/nss/lib/pk11wrap/secmodt.h index 4657f2eddd87..3032e9f6baac 100644 --- a/security/nss/lib/pk11wrap/secmodt.h +++ b/security/nss/lib/pk11wrap/secmodt.h @@ -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 */