diff --git a/packages/loot-core/src/server/budget/actions.ts b/packages/loot-core/src/server/budget/actions.ts
index 15c481ab5c0ed401ca2c17d951893c98441cd56f..e4b43718600a2c0fee7177ce36778366e30a228f 100644
--- a/packages/loot-core/src/server/budget/actions.ts
+++ b/packages/loot-core/src/server/budget/actions.ts
@@ -15,7 +15,7 @@ export async function getSheetValue(
 
 // We want to only allow the positive movement of money back and
 // forth. buffered should never be allowed to go into the negative,
-// and you shouldn't be allowed to pull non-existant money from
+// and you shouldn't be allowed to pull non-existent money from
 // leftover.
 function calcBufferedAmount(
   toBudget: number,