]> granicus.if.org Git - curl/commitdiff
s/not/note
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 11:56:39 +0000 (11:56 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Jan 2004 11:56:39 +0000 (11:56 +0000)
include/curl/curl.h

index f34a3effef1d3e22b6fda70acceac8a1d6f093c2..100e728720e4e28567a689df65302e983553eebb 100644 (file)
@@ -82,7 +82,7 @@ extern "C" {
 /* gcc on windows or Watcom */
   typedef long long curl_off_t;
 #else
-/* "normal" approach, do not that this does not necessarily mean that
+/* "normal" approach, do note that this does not necessarily mean that
    the type is >32 bits, see the SIZEOF_CURL_OFF_T define for that! */
   typedef off_t curl_off_t;
 #endif