From 9dd5f7a8a8c295975b833b19dba842a267aca059 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 19 Feb 2025 15:51:47 +0000 Subject: [PATCH] timeLimitsManager: Fix a typo (bad encoding) in a link in a doc comment Signed-off-by: Philip Withnall Part-of: --- js/misc/timeLimitsManager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/misc/timeLimitsManager.js b/js/misc/timeLimitsManager.js index f8c882c86..351841b97 100644 --- a/js/misc/timeLimitsManager.js +++ b/js/misc/timeLimitsManager.js @@ -88,7 +88,7 @@ function userStateToString(userState) { * This corresponds to the `active` state from sd_uid_get_state() * (https://www.freedesktop.org/software/systemd/man/latest/sd_uid_get_state.html), * plus `IdleHint` from - * https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html#User Objects. + * https://www.freedesktop.org/software/systemd/man/latest/org.freedesktop.login1.html#User%20Objects. * ‘Inactive’ time corresponds to all the other states from sd_uid_get_state(), * or if `IdleHint` is true. *