Assorted spelling fixes.

diff --git a/dlls/wininet/cookie.c b/dlls/wininet/cookie.c
index 0ec115e..36333b8 100644
--- a/dlls/wininet/cookie.c
+++ b/dlls/wininet/cookie.c
@@ -49,7 +49,7 @@
 /* FIXME
  *     Cookies are currently memory only.
  *     Cookies are NOT THREAD SAFE
- *     Cookies could use ALOT OF MEMORY. We need some kind of memory management here!
+ *     Cookies could use A LOT OF MEMORY. We need some kind of memory management here!
  *     Cookies should care about the expiry time
  */