summary refs log tree commit diff
path: root/pkgs/applications/emulators/citra/update.sh
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
committerfigsoda <figsoda@pm.me>2022-12-17 19:39:44 -0500
commitec8cb3435824ebf8867ae3d5ad0977b4744c0c21 (patch)
tree007828e3a46976417994674995c743f63eff633d /pkgs/applications/emulators/citra/update.sh
parent6bb0dbf91feecfec45382f762206a12de23fd531 (diff)
downloadnixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.gz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.bz2
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.lz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.xz
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.tar.zst
nixpkgs-ec8cb3435824ebf8867ae3d5ad0977b4744c0c21.zip
treewide: fix typos
Diffstat (limited to 'pkgs/applications/emulators/citra/update.sh')
-rwxr-xr-xpkgs/applications/emulators/citra/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/citra/update.sh b/pkgs/applications/emulators/citra/update.sh
index 6b68e3327a2..e9150e34e0a 100755
--- a/pkgs/applications/emulators/citra/update.sh
+++ b/pkgs/applications/emulators/citra/update.sh
@@ -42,7 +42,7 @@ updateNightly() {
 
     NEW_NIGHTLY_HASH="$(nix-prefetch-git --quiet --fetch-submodules --rev "nightly-${NEW_NIGHTLY_VERSION}" "https://github.com/citra-emu/citra-nightly" | jq -r '.sha256')"
 
-    echo "  Succesfully fetched. hash: ${NEW_NIGHTLY_HASH}"
+    echo "  Successfully fetched. hash: ${NEW_NIGHTLY_HASH}"
 
     sed -i "s/${OLD_NIGHTLY_VERSION}/${NEW_NIGHTLY_VERSION}/" ./default.nix
     sed -i "s/${OLD_NIGHTLY_HASH}/${NEW_NIGHTLY_HASH}/" ./default.nix
@@ -67,7 +67,7 @@ updateCanary() {
 
     NEW_CANARY_HASH="$(nix-prefetch-git --quiet --fetch-submodules --rev "canary-${NEW_CANARY_VERSION}" "https://github.com/citra-emu/citra-canary" | jq -r '.sha256')"
 
-    echo "  Succesfully fetched. hash: ${NEW_CANARY_HASH}"
+    echo "  Successfully fetched. hash: ${NEW_CANARY_HASH}"
 
     sed -i "s/${OLD_CANARY_VERSION}/${NEW_CANARY_VERSION}/" ./default.nix
     sed -i "s/${OLD_CANARY_HASH}/${NEW_CANARY_HASH}/" ./default.nix