This is an automated email from the ASF dual-hosted git repository.

jdanek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/main by this push:
     new 269ad0a45 NO-JIRA: Fix miscellaneous typos (#404)
269ad0a45 is described below

commit 269ad0a458cc4a266708c32b7a8f0a3e5df9c8be
Author: Jiri Daněk <jda...@redhat.com>
AuthorDate: Sat Oct 14 18:01:09 2023 +0200

    NO-JIRA: Fix miscellaneous typos (#404)
---
 c/src/ssl/schannel.cpp | 2 +-
 cpp/docs/tracing.dox   | 2 +-
 python/CMakeLists.txt  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/c/src/ssl/schannel.cpp b/c/src/ssl/schannel.cpp
index 4793775eb..c289d91fd 100644
--- a/c/src/ssl/schannel.cpp
+++ b/c/src/ssl/schannel.cpp
@@ -59,7 +59,7 @@ extern "C" {
 /** @file
  * SSL/TLS support API.
  *
- * This file contains an SChannel-based implemention of the SSL/TLS API for 
Windows platforms.
+ * This file contains an SChannel-based implementation of the SSL/TLS API for 
Windows platforms.
  */
 
 static void ssl_log(pn_transport_t *transport, pn_log_level_t sev, 
PN_PRINTF_FORMAT const char *fmt, ...) PN_PRINTF_FORMAT_ATTR(3, 4);
diff --git a/cpp/docs/tracing.dox b/cpp/docs/tracing.dox
index 6604aaad4..46c47561e 100644
--- a/cpp/docs/tracing.dox
+++ b/cpp/docs/tracing.dox
@@ -29,7 +29,7 @@ There are two types of spans:
        std::unique_ptr<opentelemetry::sdk::trace::SpanExporter> exporter = 
std::unique_ptr<opentelemetry::sdk::trace::SpanExporter>(
             new opentelemetry::exporter::jaeger::JaegerExporter(opts));
 
-Above is an example of initializing a jaeger exporter. Apart from jaeger 
exporter, there are many other exporters supported by OpenTelelemetry.
+Above is an example of initializing a jaeger exporter. Apart from jaeger 
exporter, there are many other exporters supported by OpenTelemetry.
 
 ### 2. Set the Tracer Provider
 
diff --git a/python/CMakeLists.txt b/python/CMakeLists.txt
index 2e576d24f..3021c00bd 100644
--- a/python/CMakeLists.txt
+++ b/python/CMakeLists.txt
@@ -145,7 +145,7 @@ add_custom_command(OUTPUT ./tox.ini
                    COMMAND ${CMAKE_COMMAND} -E copy 
"${CMAKE_CURRENT_SOURCE_DIR}/tox.ini" tox.ini
                    DEPENDS "${CMAKE_CURRENT_SOURCE_DIR}/tox.ini")
 
-# Make python source and binary packages if we have prerequisistes
+# Make python source and binary packages if we have prerequisites
 check_python_module("setuptools" SETUPTOOLS_MODULE_FOUND)
 check_python_module("wheel" WHEEL_MODULE_FOUND)
 check_python_module("cffi" CFFI_MODULE_FOUND)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to