Skip to content

Commit 7d7c8c5

Browse files
committed
Fixed typo in comment.
Thanks to GitHub user "mrbean-bremen" for the report (see PR #124).
1 parent 6814b65 commit 7d7c8c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake-win.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
3434
# Uncompress support libraries into directory c:\dcmtk_support\libs.
3535
# We rename the original directory to libs so that the rest of the script
36-
# can use the ame path even if the support library package is updated
36+
# can use the same path even if the support library package is updated
3737
# in the future in the download task above.
3838
- name: Uncompress Support libraries
3939
shell: pwsh
@@ -118,4 +118,4 @@ jobs:
118118
--prerelease-packages-clear-pattern "dcmtk-*-win64.zip" `
119119
--prerelease-packages-keep-pattern "*<COMMIT_SHORT_SHA>*" `
120120
--prerelease-sha master `
121-
--token ${{ secrets.RELEASE_DCMTK_TOKEN }}
121+
--token ${{ secrets.RELEASE_DCMTK_TOKEN }}

0 commit comments

Comments
 (0)