summaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authoromahs <73983677+omahs@users.noreply.github.com>2025-05-11 09:49:55 +0200
committeromahs <73983677+omahs@users.noreply.github.com>2025-06-05 14:21:09 +0000
commit73fcc2275c1a0bccb9e849d352e2bbd637f141e6 (patch)
treea3719f7afc5b9004af683b540ddcce2cdf7911c2 /scripts
parent6f05ce41a5cf9edd5b8e3a734bcf2eb89b53a44a (diff)
downloadmullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.tar.xz
mullvadvpn-73fcc2275c1a0bccb9e849d352e2bbd637f141e6.zip
Fix typos
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/find-stale-remote-branches.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/find-stale-remote-branches.sh b/scripts/find-stale-remote-branches.sh
index 816db2f77c..63d80189b4 100755
--- a/scripts/find-stale-remote-branches.sh
+++ b/scripts/find-stale-remote-branches.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
#
-# Find and print all remote branches not commited to in over two months.
-# Prints grouped by commiter email. Used to detect stale branches that
+# Find and print all remote branches not committed to in over two months.
+# Prints grouped by committer email. Used to detect stale branches that
# could potentially be removed.
TWO_MONTHS=$((60 * 60 * 24 * 60))