Fix simple typo (#647)

This commit is contained in:
Oliver 2025-06-02 22:40:53 +10:00 committed by GitHub
parent 5017391933
commit 9ea7a2348b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -891,7 +891,7 @@ class InvenTreeAPI {
return; return;
} }
// Find the local downlods directory // Find the local downloads directory
final Directory dir = await getTemporaryDirectory(); final Directory dir = await getTemporaryDirectory();
String filename = url.split("/").last; String filename = url.split("/").last;