Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h')
-rw-r--r--iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h b/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
index 5f7d33457b..a8ff3b0b92 100644
--- a/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
+++ b/iphone/Maps/3party/Crashlytics.framework/Headers/CLSReport.h
@@ -28,7 +28,7 @@ NS_ASSUME_NONNULL_BEGIN
/**
* The CLSReport exposes an interface to the phsyical report that Crashlytics has created. You can
* use this class to get information about the event, and can also set some values after the
- * event has occured.
+ * event has occurred.
**/
@interface CLSReport : NSObject <CLSCrashReport>