summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/mac-build.yml4
-rw-r--r--.github/workflows/win-build.yml4
-rw-r--r--generic/tclDate.c2
-rw-r--r--generic/tclGetDate.y2
5 files changed, 7 insertions, 7 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index b94ed97..0bbfbd2 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -19,7 +19,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: touch tclStubInit.c
working-directory: generic
diff --git a/.github/workflows/mac-build.yml b/.github/workflows/mac-build.yml
index 8593989..5b0c657 100644
--- a/.github/workflows/mac-build.yml
+++ b/.github/workflows/mac-build.yml
@@ -11,7 +11,7 @@ jobs:
working-directory: macosx
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: touch tclStubInit.c
working-directory: generic
@@ -37,7 +37,7 @@ jobs:
working-directory: unix
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Prepare
run: |
touch tclStubInit.c
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 79a7e68..9a0ac98 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -19,7 +19,7 @@ jobs:
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Init MSVC
uses: ilammy/msvc-dev-cmd@v1
- name: Build ${{ matrix.cfgopt }}
@@ -58,7 +58,7 @@ jobs:
# Using powershell means we need to explicitly stop on failure
steps:
- name: Checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Install MSYS2 and Make
run: choco install msys2 make
- name: Prepare
diff --git a/generic/tclDate.c b/generic/tclDate.c
index 8d37f3d..0971c8c 100644
--- a/generic/tclDate.c
+++ b/generic/tclDate.c
@@ -2749,7 +2749,7 @@ int
TclClockOldscanObjCmd(
ClientData clientData, /* Unused */
Tcl_Interp *interp, /* Tcl interpreter */
- int objc, /* Count of paraneters */
+ int objc, /* Count of parameters */
Tcl_Obj *CONST *objv) /* Parameters */
{
Tcl_Obj *result, *resultElement;
diff --git a/generic/tclGetDate.y b/generic/tclGetDate.y
index 551b1ed..df1b5d3 100644
--- a/generic/tclGetDate.y
+++ b/generic/tclGetDate.y
@@ -966,7 +966,7 @@ int
TclClockOldscanObjCmd(
ClientData clientData, /* Unused */
Tcl_Interp *interp, /* Tcl interpreter */
- int objc, /* Count of paraneters */
+ int objc, /* Count of parameters */
Tcl_Obj *CONST *objv) /* Parameters */
{
Tcl_Obj *result, *resultElement;