Skip to content

Commit f07b165

Browse files
committed
fix spelling of wrapper
1 parent cc3252a commit f07b165

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

analytics/src/analytics_desktop.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ void SetLogCallback(const LogCallback& callback) {
437437
std::lock_guard<std::mutex> lock(g_log_callback_mutex);
438438
g_log_callback = callback;
439439
}
440-
GoogleAnalytics_SetLogCallback(GoogleAnalyticsWraperLogCallback);
440+
GoogleAnalytics_SetLogCallback(GoogleAnalyticsWrapperLogCallback);
441441
}
442442

443443
// Notify the Analytics SDK about the current state of the app's lifecycle.

0 commit comments

Comments
 (0)