Stefan Schuermans commited on 2019-07-07 10:54:12
Showing 9 changed files, with 9 additions and 9 deletions.
... | ... |
@@ -159,7 +159,7 @@ void Loveletter::timeCall() |
159 | 159 |
} |
160 | 160 |
|
161 | 161 |
/** |
162 |
- * @brief check if accepting new operator connction is possible |
|
162 |
+ * @brief check if accepting new operator connection is possible |
|
163 | 163 |
* @param[in] name operator interface name |
164 | 164 |
* @return if accepting new connection is possible |
165 | 165 |
*/ |
... | ... |
@@ -80,7 +80,7 @@ public: |
80 | 80 |
virtual void timeCall(); |
81 | 81 |
|
82 | 82 |
/** |
83 |
- * @brief check if accepting new operator connction is possible |
|
83 |
+ * @brief check if accepting new operator connection is possible |
|
84 | 84 |
* @param[in] name operator interface name |
85 | 85 |
* @return if accepting new connection is possible |
86 | 86 |
*/ |
... | ... |
@@ -66,7 +66,7 @@ void OpPrinter::timeCall() |
66 | 66 |
} |
67 | 67 |
|
68 | 68 |
/** |
69 |
- * @brief check if accepting new operator connction is possible |
|
69 |
+ * @brief check if accepting new operator connection is possible |
|
70 | 70 |
* @param[in] name operator interface name |
71 | 71 |
* @return if accepting new connection is possible |
72 | 72 |
*/ |
... | ... |
@@ -54,7 +54,7 @@ public: |
54 | 54 |
virtual void timeCall(); |
55 | 55 |
|
56 | 56 |
/** |
57 |
- * @brief check if accepting new operator connction is possible |
|
57 |
+ * @brief check if accepting new operator connection is possible |
|
58 | 58 |
* @param[in] name operator interface name |
59 | 59 |
* @return if accepting new connection is possible |
60 | 60 |
*/ |
... | ... |
@@ -26,7 +26,7 @@ public: |
26 | 26 |
|
27 | 27 |
public: |
28 | 28 |
/** |
29 |
- * @brief check if accepting new operator connction is possible |
|
29 |
+ * @brief check if accepting new operator connection is possible |
|
30 | 30 |
* @param[in] name operator interface name |
31 | 31 |
* @return if accepting new connection is possible |
32 | 32 |
*/ |
... | ... |
@@ -121,7 +121,7 @@ void OpSplitter::timeCall() |
121 | 121 |
} |
122 | 122 |
|
123 | 123 |
/** |
124 |
- * @brief check if accepting new operator connction is possible |
|
124 |
+ * @brief check if accepting new operator connection is possible |
|
125 | 125 |
* @param[in] name operator interface name |
126 | 126 |
* @return if accepting new connection is possible |
127 | 127 |
*/ |
... | ... |
@@ -90,7 +90,7 @@ public: |
90 | 90 |
virtual void timeCall(); |
91 | 91 |
|
92 | 92 |
/** |
93 |
- * @brief check if accepting new operator connction is possible |
|
93 |
+ * @brief check if accepting new operator connection is possible |
|
94 | 94 |
* @param[in] name operator interface name |
95 | 95 |
* @return if accepting new connection is possible |
96 | 96 |
*/ |
... | ... |
@@ -108,7 +108,7 @@ bool Pong::updateConfigGame() |
108 | 108 |
} |
109 | 109 |
|
110 | 110 |
/** |
111 |
- * @brief check if accepting new operator connction is possible |
|
111 |
+ * @brief check if accepting new operator connection is possible |
|
112 | 112 |
* @param[in] name operator interface name |
113 | 113 |
* @return if accepting new connection is possible |
114 | 114 |
*/ |
... | ... |
@@ -56,7 +56,7 @@ public: |
56 | 56 |
virtual bool updateConfigGame(); |
57 | 57 |
|
58 | 58 |
/** |
59 |
- * @brief check if accepting new operator connction is possible |
|
59 |
+ * @brief check if accepting new operator connection is possible |
|
60 | 60 |
* @param[in] name operator interface name |
61 | 61 |
* @return if accepting new connection is possible |
62 | 62 |
*/ |
63 | 63 |