From af485610b4ffa7b52908948e53ab51bcd29903a4 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Thu, 31 Oct 2024 03:26:59 -0700 Subject: [PATCH] fix(docs): Fix typo in tutorial_server_firststeps (#6807) --- examples/tutorial_server_firststeps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tutorial_server_firststeps.c b/examples/tutorial_server_firststeps.c index 09dc3f090..7f76aa904 100644 --- a/examples/tutorial_server_firststeps.c +++ b/examples/tutorial_server_firststeps.c @@ -14,7 +14,7 @@ * frontend, such as UAExpert by Unified Automation. That will enable you to * examine the information model of any OPC UA server. * - * To get started, downdload the open62541 single-file release from + * To get started, download the open62541 single-file release from * http://open62541.org or generate it according to the :ref:`build instructions * ` with the "amalgamation" option enabled. From now on, we assume * you have the ``open62541.c/.h`` files in the current folder. Now create a new