Explorar o código

Fix typo in tutorial documentation

This fixes a typo (`UA_VariableAttrbitues` -> `UA_VariableAttributes`) in the tutorial section 'Adding Variables to a Server'.
NIPE-SYSTEMS %!s(int64=6) %!d(string=hai) anos
pai
achega
5acb762c14
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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