summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 15:37:33 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2020-08-22 15:37:33 +0200
commit69d236085b3493ec61ef3a092b9cfe7585629c66 (patch)
treea94098db6187bb20d94ca063e0a086f649e97d93 /TAO/examples
parentc309609f9a052e35ae7977ae6f08e5d7a5c7a845 (diff)
downloadATCD-69d236085b3493ec61ef3a092b9cfe7585629c66.tar.gz
Windows only on pull request
* .github/workflows/windows.yml: * TAO/examples/Simple/Simple_util.h:
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simple/Simple_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/examples/Simple/Simple_util.h b/TAO/examples/Simple/Simple_util.h
index 005f514c9b0..b2df4e6925a 100644
--- a/TAO/examples/Simple/Simple_util.h
+++ b/TAO/examples/Simple/Simple_util.h
@@ -28,7 +28,7 @@
* A template server definition. This template can be used by
* single server/client projects for definition of their
* server/clients. See the directories time, bank, echo for
- * further details of implemenatation.
+ * further details of implementation.
*/
template <class Servant>
class Server