diff options
author | wtc%netscape.com <devnull@localhost> | 2002-03-20 04:43:41 +0000 |
---|---|---|
committer | wtc%netscape.com <devnull@localhost> | 2002-03-20 04:43:41 +0000 |
commit | f83bd858cc113a4d1e6c7f402d5da12d1b53bdac (patch) | |
tree | e9d6e627d7c1381e93c907a4cbe8e5c259ba762e | |
parent | e8cef31d06b66dfbbe28eee370fd9b8a135a4789 (diff) | |
download | nss-hg-f83bd858cc113a4d1e6c7f402d5da12d1b53bdac.tar.gz |
Bugzilla bug 131430: changed "softoken" to "softokn" to match the file
name. r=relyea.
-rw-r--r-- | security/nss/lib/softoken/softokn.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/softoken/softokn.rc b/security/nss/lib/softoken/softokn.rc index 5f54d2b0a..8c4c6f7c6 100644 --- a/security/nss/lib/softoken/softokn.rc +++ b/security/nss/lib/softoken/softokn.rc @@ -34,7 +34,7 @@ #include "nss.h" #include <winver.h> -#define MY_LIBNAME "softoken" +#define MY_LIBNAME "softokn" #ifdef MOZ_CLIENT #define MY_FILEDESCRIPTION "NSS Builtin Crypto PKCS #11 Library for Clients" #else |