From 79c44b4e3044aee9dc9618850d4f1ce067757b4b Mon Sep 17 00:00:00 2001 From: Veres Lajos Date: Sat, 30 Nov 2019 23:18:47 +0000 Subject: Fix some typos Reported-by: misspell-fixer CLA: trivial Reviewed-by: Matthias St. Pierre Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/10544) --- doc/internal/man3/ossl_init_thread_deregister.pod | 2 +- doc/internal/man3/ossl_provider_new.pod | 2 +- doc/internal/man7/build.info.pod | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/internal') diff --git a/doc/internal/man3/ossl_init_thread_deregister.pod b/doc/internal/man3/ossl_init_thread_deregister.pod index 923b525477..6c9e0b5b89 100644 --- a/doc/internal/man3/ossl_init_thread_deregister.pod +++ b/doc/internal/man3/ossl_init_thread_deregister.pod @@ -32,7 +32,7 @@ thread local variable and then register a stop handler. When the thread is stopping the stop handler is called (while on that thread) and the code can clean up the value stored in the thread local variable. -A new stop handler is registerd using the function ossl_init_thread_start(). +A new stop handler is registered using the function ossl_init_thread_start(). The I parameter should be a unique value that can be used to identify a set of common stop handlers and is passed in a later call to ossl_init_thread_deregister. If no later call to ossl_init_thread_deregister is diff --git a/doc/internal/man3/ossl_provider_new.pod b/doc/internal/man3/ossl_provider_new.pod index 39c3cba027..36fe6301bf 100644 --- a/doc/internal/man3/ossl_provider_new.pod +++ b/doc/internal/man3/ossl_provider_new.pod @@ -261,7 +261,7 @@ ossl_provider_library_context() return a pointer to the library context. This may be NULL, and is perfectly valid, as it denotes the default global library context. -ossl_provider_teardown() doesnt't return any value. +ossl_provider_teardown() doesn't return any value. ossl_provider_gettable_params() returns a pointer to a constant I array if this function is available in the provider, diff --git a/doc/internal/man7/build.info.pod b/doc/internal/man7/build.info.pod index 742f78ce39..2be709f770 100644 --- a/doc/internal/man7/build.info.pod +++ b/doc/internal/man7/build.info.pod @@ -73,7 +73,7 @@ generators, and are used to specify exactly what end product files (programs, libraries, modules or scripts) are to be produced, and from what sources. -Intermediate files, such as object files, are seldom refered to at +Intermediate files, such as object files, are seldom referred to at all. They sometimes can be, if there's a need, but this should happen very rarely, and support for that sort of thing is added on as-needed basis. @@ -534,7 +534,7 @@ dependency is maintained: DEPEND[libfoo.a]{weak}=libfoo.a libcookie.a -This is useful in complex dependecy trees where two libraries can be +This is useful in complex dependency trees where two libraries can be used as alternatives for each other. In this example, C and C have alternative implementations of the same thing, and C has unresolved references to that same thing, and is -- cgit v1.2.3