Quellcode durchsuchen

Fix typo in tutorial documentation

This fixes a typo (`UA_VariableAttrbitues` -> `UA_VariableAttributes`) in the tutorial section 'Adding Variables to a Server'.
NIPE-SYSTEMS vor 6 Jahren
Ursprung
Commit
5acb762c14
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      examples/tutorial_server_variable.c

+ 1 - 1
examples/tutorial_server_variable.c

@@ -7,7 +7,7 @@
  *
  * This tutorial shows how to work with data types and how to add variable nodes
  * to a server. First, we add a new variable to the server. Take a look at the
- * definition of the ``UA_VariableAttrbitues`` structure to see the list of all
+ * definition of the ``UA_VariableAttributes`` structure to see the list of all
  * attributes defined for VariableNodes.
  *
  * Note that the default settings have the AccessLevel of the variable value as