commit: a0628eca7f66d2d84fd3dcb1a61fbedc1a47c62a
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 6 08:03:18 2026 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 6 08:05:22 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0628eca
app-misc/tmux: fix 'tmux' typo in ewarn
Reported by ulm.
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-misc/tmux/tmux-3.6a.ebuild | 4 ++--
app-misc/tmux/tmux-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/app-misc/tmux/tmux-3.6a.ebuild b/app-misc/tmux/tmux-3.6a.ebuild
index 9c3194b2d9d5..492a8c88b62e 100644
--- a/app-misc/tmux/tmux-3.6a.ebuild
+++ b/app-misc/tmux/tmux-3.6a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -110,6 +110,6 @@ pkg_postinst() {
# > Note that it is very important to restart tmux entirely
after upgrading.
# > This is particularly important with this release because
one of the libraries
# > that tmux uses changed its protocol.
- ewarn "Please restart all running tmux clients+servers after
upgrading tumx."
+ ewarn "Please restart all running tmux clients+servers after
upgrading tmux."
fi
}
diff --git a/app-misc/tmux/tmux-9999.ebuild b/app-misc/tmux/tmux-9999.ebuild
index 4afafecd9b2b..5fca43064496 100644
--- a/app-misc/tmux/tmux-9999.ebuild
+++ b/app-misc/tmux/tmux-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -107,6 +107,6 @@ pkg_postinst() {
# > Note that it is very important to restart tmux entirely
after upgrading.
# > This is particularly important with this release because
one of the libraries
# > that tmux uses changed its protocol.
- ewarn "Please restart all running tmux clients+servers after
upgrading tumx."
+ ewarn "Please restart all running tmux clients+servers after
upgrading tmux."
fi
}