From 174aec61a0219cf10ba653c6194dd312115317a7 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 11 Jun 2014 01:52:43 +0200 Subject: [PATCH] (Apple) Typo fix --- apple/common/main.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/common/main.m b/apple/common/main.m index 6f63b26833..feef4d659c 100644 --- a/apple/common/main.m +++ b/apple/common/main.m @@ -92,7 +92,7 @@ void apple_run_core(NSString* core, const char* file) char basedir[256]; fill_pathname_basedir(basedir, file ? file : "", sizeof(basedir)); if (file && access(basedir, R_OK | W_OK | X_OK)) - apple_display_alert("The directory containing the selected file must have write premissions. This will prevent zipped content from loading, and will cause some cores to not function.", "Warning"); + apple_display_alert("The directory containing the selected file must have write permissions. This will prevent zipped content from loading, and will cause some cores to not function.", "Warning"); else apple_display_alert("Failed to load content.", "Error");