From: Eaterminer <58890567+Eaterminer@users.noreply.github.com> Date: Sat, 11 Jan 2025 05:17:05 +0000 (+1300) Subject: homectl: fix minor spelling mistake (#35963) X-Git-Tag: v258-rc1~1637 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6cffdcd590d0c515b91c05e6903695c052987fff;p=thirdparty%2Fsystemd.git homectl: fix minor spelling mistake (#35963) --- diff --git a/src/home/homed-manager.h b/src/home/homed-manager.h index 3369284e2aa..eadb0b155da 100644 --- a/src/home/homed-manager.h +++ b/src/home/homed-manager.h @@ -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;