From 9ea7a2348bbf7d9e045077afae9fdc42e87d5e40 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 2 Jun 2025 22:40:53 +1000 Subject: [PATCH] Fix simple typo (#647) --- lib/api.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api.dart b/lib/api.dart index 0bbb542a..aee69491 100644 --- a/lib/api.dart +++ b/lib/api.dart @@ -891,7 +891,7 @@ class InvenTreeAPI { return; } - // Find the local downlods directory + // Find the local downloads directory final Directory dir = await getTemporaryDirectory(); String filename = url.split("/").last;