summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/emulators/yuzu
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/yuzu
parent6bb0dbf91feecfec45382f762206a12de23fd531 (diff)
treewide: fix typos
Diffstat (limited to 'pkgs/applications/emulators/yuzu')
-rwxr-xr-xpkgs/applications/emulators/yuzu/update.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/emulators/yuzu/update.sh b/pkgs/applications/emulators/yuzu/update.sh
index bfabd6a20694..7234adf977bb 100755
--- a/pkgs/applications/emulators/yuzu/update.sh
+++ b/pkgs/applications/emulators/yuzu/update.sh
@@ -45,7 +45,7 @@ updateBranch() {
sed -i "s,${oldVersion},${newVersion}," "$DEFAULT_NIX"
sed -i "s,${oldHash},${newHash},g" "$DEFAULT_NIX"
- echo " succesfully updated $attribute. new hash: $newHash"
+ echo " successfully updated $attribute. new hash: $newHash"
}
updateCompatibilityList() {
@@ -72,7 +72,7 @@ updateCompatibilityList() {
sed -i "s,${oldUrl},${newUrl},g" "$DEFAULT_NIX"
sed -i "s,${oldHash},${newHash},g" "$DEFAULT_NIX"
sed -i "s,${oldDate},${newDate},g" "$DEFAULT_NIX"
- echo " succesfully updated compatibility_list. new hash: $newHash"
+ echo " successfully updated compatibility_list. new hash: $newHash"
}
if [[ "$BRANCH" = "mainline" ]] || [[ "$BRANCH" = "early-access" ]]; then