Skip to content

Commit 00a41ad

Browse files
bridadan0xc0170
authored andcommitted
Fixing typos in docs
1 parent 94b4160 commit 00a41ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features/frameworks/greentea-client/source/greentea_test_env.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ void _GREENTEA_SETUP_COMMON(const int timeout, const char *host_test_name, char
9191
/** \brief Handshake with host and send setup data (timeout and host test name)
9292
* \details This function will send preamble to master.
9393
* After host test name is received master will invoke host test script
94-
* and add hos test's callback handlers to main event loop
94+
* and add host test's callback handlers to main event loop
9595
* This function is blocking.
9696
*/
9797
void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
@@ -102,7 +102,7 @@ void GREENTEA_SETUP(const int timeout, const char *host_test_name) {
102102
/** \brief Handshake with host and send setup data (timeout and host test name). Allows you to preserve sync UUID.
103103
* \details This function will send preamble to master.
104104
* After host test name is received master will invoke host test script
105-
* and add hos test's callback handlers to main event loop
105+
* and add host test's callback handlers to main event loop
106106
* This function is blocking.
107107
* This function differs from GREENTEA_SETUP because it allows you to
108108
* preserve the UUID sent during the sync process.

0 commit comments

Comments
 (0)