Browse Source

Fix typo in tutorial documentation

This fixes a typo (`UA_VariableAttrbitues` -> `UA_VariableAttributes`) in the tutorial section 'Adding Variables to a Server'.
NIPE-SYSTEMS 6 years ago
parent
commit
5acb762c14
1 changed files with 1 additions and 1 deletions
  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