summaryrefslogtreecommitdiff
path: root/src/misc/detect-url-mime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc/detect-url-mime.ts')
-rw-r--r--src/misc/detect-url-mime.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/detect-url-mime.ts b/src/misc/detect-url-mime.ts
index 8d71cd0137..274c291737 100644
--- a/src/misc/detect-url-mime.ts
+++ b/src/misc/detect-url-mime.ts
@@ -1,5 +1,5 @@
import { createTemp } from './create-temp';
-import { downloadUrl } from './donwload-url';
+import { downloadUrl } from './download-url';
import { detectType } from './get-file-info';
export async function detectUrlMime(url: string) {