summaryrefslogtreecommitdiff
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
parentc309609f9a052e35ae7977ae6f08e5d7a5c7a845 (diff)
downloadATCD-69d236085b3493ec61ef3a092b9cfe7585629c66.tar.gz
Windows only on pull request
* .github/workflows/windows.yml: * TAO/examples/Simple/Simple_util.h:
-rw-r--r--.github/workflows/windows.yml1
-rw-r--r--TAO/examples/Simple/Simple_util.h2
2 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 2beeca00bcf..9e43a5802c8 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -1,7 +1,6 @@
name: windows
on:
- push:
pull_request:
schedule:
- cron: '0 7 * * SUN'
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