aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJosh Soref <2119212+jsoref@users.noreply.github.com>2024-05-24 13:32:11 -0400
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commite7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2 (patch)
tree7edb2e326a60d488529e3fb14833d80dc0260151 /scripts
parent55f037d96230d4aa3ee8e85be7b22a2bbbfff216 (diff)
downloadr-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.tar.gz
r-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.tar.bz2
r-alacritty-e7cc5a5c8fdd1a70f90523a8654c253a0e1b00b2.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