Procházet zdrojové kódy

fix typo trough => through

Jan Hecht před 5 roky
rodič
revize
49e9f7418c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);