diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-01-15 21:41:39 -0700 |
commit | 06c6ab430b223f6923fe74a4b8d11f3e626848a8 (patch) | |
tree | 2b483acf3ec2da573992c20b766a480e22f4c45a /mapi | |
parent | 9822842646bc2b940d4b98a260ee4e3ac26fce57 (diff) | |
download | alpine-06c6ab430b223f6923fe74a4b8d11f3e626848a8.tar.xz |
* Fix a number of misspellings in the source code of Alpine. I hav only
fixed those that belong to the source code of Alpine and do not come
from an external source. List contributed by Jens Schleusener.
Diffstat (limited to 'mapi')
-rw-r--r-- | mapi/ReadmeMapi32.txt | 2 | ||||
-rw-r--r-- | mapi/instmapi.c | 2 | ||||
-rw-r--r-- | mapi/pmapi.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mapi/ReadmeMapi32.txt b/mapi/ReadmeMapi32.txt index f2b37381..fc3582fc 100644 --- a/mapi/ReadmeMapi32.txt +++ b/mapi/ReadmeMapi32.txt @@ -10,7 +10,7 @@ Unicode support will have to change for that to happen. pmapi32 for Alpine 2.11 This distribution comes with two other files, instmapi.exe and -pmapi32.dll, for use with Aline. It is recommended that these files +pmapi32.dll, for use with Alpine. It is recommended that these files be put in your pine directory (generally C:\Program Files\Alpine). pmapi32.dll - a Simple MAPI dynamically linked library. pmapi32.dll diff --git a/mapi/instmapi.c b/mapi/instmapi.c index ab79f2f4..6cfdc086 100644 --- a/mapi/instmapi.c +++ b/mapi/instmapi.c @@ -31,7 +31,7 @@ /* this program consists of two parts: * (1) Updating the registry, - * most particulary the string of DLLPath in the key + * most particularly the string of DLLPath in the key * HKLM\Software\Clients\PC-Pine. * (2) Deciding whether or not to copy pmapi32.dll into the system * directory. Starting with Windows 2000, Internet Explorer 5.0 diff --git a/mapi/pmapi.c b/mapi/pmapi.c index 7628255a..b786cefd 100644 --- a/mapi/pmapi.c +++ b/mapi/pmapi.c @@ -2899,7 +2899,7 @@ void ErrorBoxFunc(char *msg) Result: Alloc'd unique string is returned -Uniqueness is gaurenteed by using the host name, process id, date to the +Uniqueness is guaranteed by using the host name, process id, date to the second and a single unique character *----------------------------------------------------------------------*/ char * |