Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
umu_consts: fix typo
Browse files Browse the repository at this point in the history
R1kaB3rN committed Aug 14, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 1e233cb commit 9c67e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umu/umu_consts.py
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 9c67e87

Please sign in to comment.