Commit 4bd91bc4 authored by Viktor Szakats's avatar Viktor Szakats
Browse files

spelling fixes

Detected using the `codespell` tool (version 1.13.0).

Also secure and fix an URL.
parent 71c39f29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ addons:
            - libssh-dev
            - krb5-user
            - autopoint  # for libpsl that needs autoreconf that uses gettext that needs it
            - libunistring-dev # for libidn2 neeed by libpsl
            - libunistring-dev # for libidn2 needed by libpsl
            - libnss3-dev

matrix:
+1 −1
Original line number Diff line number Diff line
@@ -180,7 +180,7 @@ MAIL ETIQUETTE
  encoded HTTP Basic auth headers.

  This public nature of the curl mailing lists makes automatically inserted mail
  footers about mails being "private" or "only meant for the receipient" or
  footers about mails being "private" or "only meant for the recipient" or
  similar even more silly than usual. Because they are absolutely not private
  when sent to a public mailing list.

+2 −2
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@ endif
	CFLAGS += -align 4
else
	# PRELUDE = $(NDK_CLIB)/imports/clibpre.o
	# to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
	# to avoid the __init_* / __deinit_* woes don't use prelude from NDK
	PRELUDE = "$(MWCW_PATH)/libraries/runtime/prelude.obj"
	# CFLAGS += -include "$(MWCW_PATH)/headers/nlm_clib_prefix.h"
	CFLAGS += -align 1
@@ -159,7 +159,7 @@ else
endif
else
	# PRELUDE = $(NDK_CLIB)/imports/clibpre.gcc.o
	# to avoid the __init_* / __deinit_* whoes don't use prelude from NDK
	# to avoid the __init_* / __deinit_* woes don't use prelude from NDK
	# http://www.gknw.net/development/mk_nlm/gcc_pre.zip
	PRELUDE = $(NDK_ROOT)/pre/prelude.o
	CFLAGS += -include $(NDKBASE)/nlmconv/genlm.h
+1 −1
Original line number Diff line number Diff line
@@ -159,7 +159,7 @@ static char *ia5string(ASN1_IA5STRING *ia5)
  return tmp;
}

/* A conveniance routine to get an access URI. */
/* A convenience routine to get an access URI. */
static unsigned char *my_get_ext(X509 *cert, const int type,
                                 int extensiontype)
{
+1 −1
Original line number Diff line number Diff line
@@ -107,7 +107,7 @@ int main(void)
    /* Build the mime message. */
    mime = curl_mime_init(curl);

    /* The inline part is an alterative proposing the html and the text
    /* The inline part is an alternative proposing the html and the text
       versions of the e-mail. */
    alt = curl_mime_init(curl);

Loading