commit:     d31da9f7fa3a298d38aaf59939443e706ec4d737
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sun Dec  7 12:16:07 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Sun Dec  7 12:16:07 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/snakeoil.git/commit/?id=d31da9f7

chore: fix spelling

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 src/snakeoil/klass/immutable.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/snakeoil/klass/immutable.py b/src/snakeoil/klass/immutable.py
index 986897c..c00bf75 100644
--- a/src/snakeoil/klass/immutable.py
+++ b/src/snakeoil/klass/immutable.py
@@ -48,7 +48,7 @@ class Simple:
     __immutable_methods_to_autowrap__ = (
         "__init__",
         "__setstate__",
-        # Note, due to the mecahnism relying on id(self), the decorator 
__del__ can't-
+        # Note, due to the mechanism relying on id(self), the decorator 
__del__ can't-
         # even during exception an exception of the mutable block- pin the 
reference
         # forcing it to stay alive.
         "__del__",

Reply via email to