aboutsummaryrefslogtreecommitdiffstats
path: root/src/location-corelocation.m
diff options
context:
space:
mode:
Diffstat (limited to 'src/location-corelocation.m')
-rw-r--r--src/location-corelocation.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/location-corelocation.m b/src/location-corelocation.m
index 626949c..cc873bb 100644
--- a/src/location-corelocation.m
+++ b/src/location-corelocation.m
@@ -56,7 +56,7 @@
if (authStatus != kCLAuthorizationStatusNotDetermined &&
authStatus != kCLAuthorizationStatusAuthorized) {
fputs(_("Not authorized to obtain location"
- "from CoreLocation.\n"), stderr);
+ " from CoreLocation.\n"), stderr);
CFRunLoopStop(CFRunLoopGetCurrent());
}