Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Util authored and coke committed Dec 12, 2023
1 parent b7341d0 commit 59ec7f4
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_rakudo-star.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# This workflow enforces always the "Rakodo latest" release as the basis for the to-build Star release
# As we always work with TAGs, the two build tools could get the TAG as a parameter and then build this relaase instead of always building "Rakudo latest"
# This workflow enforces always the "Rakudo latest" release as the basis for the to-build Star release
# As we always work with TAGs, the two build tools could get the TAG as a parameter and then build this release instead of always building "Rakudo latest"
# Will enhance the workflow later to getr a TAG as an input

name: Build Rakudo Star Releases (Windows MSI and Linux RSTAR source)
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PASSPHRASE }}
fingerprint: ${{ env.GPG_FINGERPRINT }}
- name: Create RSTAR Distrubution
- name: Create RSTAR Distribution
run: ./bin/rstar dist
- name: List my stuff
run: ls -lAR -I ".git" -I "src"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish_rakudo-star_on_rakudo.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name: Upload Rakudo-Star to Rakudo.org

on:
schedule: # Allways later then the publishing of the Rakudo-Star releases at GH, see https://github.com/rakudo/star/blob/1149d43fd272661a1dbbcb9328200df24d1c2e81/.github/workflows/sync_latest_rakudo_release.yml#L11
schedule: # Always later then the publishing of the Rakudo-Star releases at GH, see https://github.com/rakudo/star/blob/1149d43fd272661a1dbbcb9328200df24d1c2e81/.github/workflows/sync_latest_rakudo_release.yml#L11
- cron: '55 1 * * 1,4'
workflow_dispatch:

env:
RKD_REVISION: "01" # Default build revision if RKD_STR_GH below has only a VERSION and not a revision (say, something like 202203-01 is expected)
DEBUG: 0 # Set this to 1 or anythin other then 0 (ZERO) for more debut output
DEBUG: 0 # Set this to 1 or anything other then 0 (ZERO) for more debut output

jobs:
upload_star_release:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_latest_rakudo_release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://stackoverflow.com/questions/58465057/trigger-a-github-action-when-another-repository-creates-a-new-release
#
# This Action works only because of the avilable "build_rakudo-star.yml" Action.
# This Action works only because of the available "build_rakudo-star.yml" Action.
## Actually this here triggers the other build Action by adding a new TAG (Rakudo releases are having TAGs)
## TODO: switch to env vars later

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A *user-friendly* distribution of the [Raku programming language](https://raku.o

## Docker Image

* Please refer to [Rakodo-Star on Docker Hub](https://hub.docker.com/_/rakudo-star) for an image
* Please refer to [Rakudo-Star on Docker Hub](https://hub.docker.com/_/rakudo-star) for an image
* Find the related Docker files on the ["Raku Docker" GitHub repository](https://github.com/Raku/docker)

## What's in this GIT repo
Expand Down Expand Up @@ -55,7 +55,7 @@ depending on the protocol.

* If you have a question about Rakudo Star, you probably want to write to the “[email protected]” mailing list or ask the [irc.libera.chat/#raku-star](https://web.libera.chat/#raku-star) IRC channel.

#### Github Plattform
#### GitHub Platform

* Knowledge and documentation related to Rakudo Star can be published in the related [wiki](https://github.com/rakudo/star/wiki).
* There is also [Star discussions](https://github.com/rakudo/star/discussions) for any kind of ongoing discussions, alignements, FAQ's, ...
Expand Down
2 changes: 1 addition & 1 deletion lib/main.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Actions:
directory will also be removed.
dist Create a distributable tarball of this repository. If no
version identifier is specified, it will assume it should
build ontop of the latest RAKUDO release and therefore
build on top of the latest RAKUDO release and therefore
check "https://github.com/rakudo/rakudo/releases/latest"
for something like i.e. "2020.08" or "2020.08.1".
If the "RAKUDO latest" doesn't match, it will use the
Expand Down
4 changes: 2 additions & 2 deletions lib/util.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ tmpdir() {

dir="$(mktemp -d)"

# Ensure the file was created succesfully
# Ensure the file was created successfully
if [[ ! -d "$dir" ]]
then
die "Failed to create a temporary directory at $dir"
Expand All @@ -192,7 +192,7 @@ tmpfile() {

file="$(mktemp)"

# Ensure the file was created succesfully
# Ensure the file was created successfully
if [[ ! -f "$file" ]]
then
die "Failed to create a temporary file at $file"
Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/Windows/build-with-choco.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ param ([string]$RAKUDO_VER, [switch]$sign, [switch]$keep)

# inspired by https://github.com/hankache/rakudo-star-win/blob/master/build.ps1
# expected $RAKUDO_VER is something like "2021.03"
# if none is given, we will try to get the "latest" from gihub
# if none is given, we will try to get the "latest" from GitHub

# $ErrorActionPreference = "stop"

Expand Down
2 changes: 1 addition & 1 deletion tools/build/binary-release/Windows/star.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

<!--UI Reference-->
<UIRef Id="WixUI_Common" />
<!--Artisric License-->
<!--Artistic License-->
<WixVariable Id="WixUILicenseRtf" Value="License.rtf" />

<UI Id="WixUI_InstallDir">
Expand Down
2 changes: 1 addition & 1 deletion tools/pretty_print_modules.bash
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ function clean_modules_dir() {

}

# If module file names are given as parametrs, ensure the directories exist to store those files
# If module file names are given as parameters, ensure the directories exist to store those files
function mk_local_modules_dirs() {

local LOCAL_MODULES_DIR
Expand Down

0 comments on commit 59ec7f4

Please sign in to comment.