]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
homectl: fix minor spelling mistake (#35963)
authorEaterminer <58890567+Eaterminer@users.noreply.github.com>
Sat, 11 Jan 2025 05:17:05 +0000 (18:17 +1300)
committerGitHub <noreply@github.com>
Sat, 11 Jan 2025 05:17:05 +0000 (14:17 +0900)
src/home/homed-manager.h

index 3369284e2aaf3286463c6e71cd3ddb83e2a0ea06..eadb0b155dae7cb40a9cdb39e4b0df9f5c9dc17c 100644 (file)
@@ -20,7 +20,7 @@ typedef enum RebalanceState {
         REBALANCE_WAITING,   /* Rebalancing has been requested for a later point in time */
         REBALANCE_PENDING,   /* Rebalancing has been requested and will be executed ASAP */
         REBALANCE_SHRINKING, /* Rebalancing ongoing, and we are running all shrinking operations */
-        REBALANCE_GROWING,   /* Rebalancing ongoign, and we are running all growing operations */
+        REBALANCE_GROWING,   /* Rebalancing ongoing, and we are running all growing operations */
         _REBALANCE_STATE_MAX,
         _REBALANCE_STATE_INVALID = -1,
 } RebalanceState;