aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2024-05-24 13:32:11 -0400
committerGitHub <noreply@github.com>2024-05-24 17:32:11 +0000
commitcacdb5bb3b72bad2c729227537979d95af75978f (patch)
tree886c6e8a4beadfa443a69d9e5acf18af83a53d8c /scripts
parenta89d4f50dc6ac0256d6d52371c3711107de8c7d2 (diff)
downloadalacritty-cacdb5bb3b72bad2c729227537979d95af75978f.tar.gz
alacritty-cacdb5bb3b72bad2c729227537979d95af75978f.zip
Fix spelling errors
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/create-flamegraph.sh2
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