Skip to content

Commit 737f99d

Browse files
committed
Merge branch 'analytics-windows-dll-update' of https://github.com/firebase/firebase-cpp-sdk into analytics-windows-dll-update
2 parents 525d2d2 + ef94be8 commit 737f99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/include/firebase/analytics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,7 @@ void ResetAnalyticsData();
560560

561561
/// @brief The state of an app in its lifecycle.
562562
///
563-
/// kUnknown is an invalid sate that is used to capture uninitialized values.
563+
/// kUnknown is an invalid state that is used to capture uninitialized values.
564564
/// kTermination is used to indicate that the app is about to be terminated.
565565
enum AppLifecycleState { kUnknown = 0, kTermination };
566566

0 commit comments

Comments
 (0)