diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-08-22 15:37:33 +0200 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2020-08-22 15:37:33 +0200 |
commit | 69d236085b3493ec61ef3a092b9cfe7585629c66 (patch) | |
tree | a94098db6187bb20d94ca063e0a086f649e97d93 /TAO/examples | |
parent | c309609f9a052e35ae7977ae6f08e5d7a5c7a845 (diff) | |
download | ATCD-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.h | 2 |
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 |