diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2024-05-24 13:32:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-24 17:32:11 +0000 |
commit | cacdb5bb3b72bad2c729227537979d95af75978f (patch) | |
tree | 886c6e8a4beadfa443a69d9e5acf18af83a53d8c /scripts | |
parent | a89d4f50dc6ac0256d6d52371c3711107de8c7d2 (diff) | |
download | alacritty-cacdb5bb3b72bad2c729227537979d95af75978f.tar.gz alacritty-cacdb5bb3b72bad2c729227537979d95af75978f.zip |
Fix spelling errors
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create-flamegraph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/create-flamegraph.sh b/scripts/create-flamegraph.sh index 921cee8a..ddfee813 100755 --- a/scripts/create-flamegraph.sh +++ b/scripts/create-flamegraph.sh @@ -21,7 +21,7 @@ fi # Create flamegraph cargo flamegraph --bin=alacritty -- $@ -# Unintall cargo-flamegraph if it has been installed with this script +# Uninstall cargo-flamegraph if it has been installed with this script if [ $installed_flamegraph == 1 ]; then read -p "Would you like to uninstall cargo-flamegraph? [Y/n] " -n 1 -r echo |