Browse Source

fix typo trough => through

Jan Hecht 5 years ago
parent
commit
49e9f7418c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/server/ua_services.h

+ 1 - 1
src/server/ua_services.h

@@ -82,7 +82,7 @@ void Service_GetEndpoints(UA_Server *server, UA_Session *session,
  * ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  * Returns the Servers known to a Discovery Server. Unlike FindServer,
  * this Service is only implemented by Discovery Servers. It additionally
- * returns servers which may have been detected trough Multicast. */
+ * returns servers which may have been detected through Multicast. */
 void Service_FindServersOnNetwork(UA_Server *server, UA_Session *session,
                                   const UA_FindServersOnNetworkRequest *request,
                                   UA_FindServersOnNetworkResponse *response);