From 9c67e8743056147ef98907d3d5400ad7dd15ad2c Mon Sep 17 00:00:00 2001 From: R1kaB3rN <100738684+R1kaB3rN@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:54:36 -0700 Subject: [PATCH] umu_consts: fix typo --- umu/umu_consts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umu/umu_consts.py b/umu/umu_consts.py index e252fc160..ba54164a6 100644 --- a/umu/umu_consts.py +++ b/umu/umu_consts.py @@ -45,6 +45,6 @@ class Color(Enum): if os.environ.get("container") == "flatpak" # noqa: SIM112 else Path.home().joinpath(".local", "share", "umu") ) -# Constants defined in prctl.h +# Constant defined in prctl.h # See prctl(2) for more details PR_SET_CHILD_SUBREAPER = 36