From d356711bbcfa85ed55b7f6094596175a3c167c11 Mon Sep 17 00:00:00 2001 From: Pierre Grimaud Date: Sun, 26 Apr 2020 01:27:33 +0200 Subject: [PATCH] Fix typos --- src/Sentry/Laravel/EventHandler.php | 2 +- src/Sentry/Laravel/ServiceProvider.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Sentry/Laravel/EventHandler.php b/src/Sentry/Laravel/EventHandler.php index ee0e9eb4..c9916d45 100644 --- a/src/Sentry/Laravel/EventHandler.php +++ b/src/Sentry/Laravel/EventHandler.php @@ -299,7 +299,7 @@ protected function messageLoggedHandler(MessageLogged $logEntry) * Helper to add an log breadcrumb. * * @param string $level Log level. May be any standard. - * @param string $message Log messsage. + * @param string $message Log message. * @param array $context Log context. */ private function addLogBreadcrumb(string $level, string $message, array $context = []): void diff --git a/src/Sentry/Laravel/ServiceProvider.php b/src/Sentry/Laravel/ServiceProvider.php index e26e6685..ef034349 100644 --- a/src/Sentry/Laravel/ServiceProvider.php +++ b/src/Sentry/Laravel/ServiceProvider.php @@ -106,7 +106,7 @@ protected function configureAndRegisterClient(): void $userConfig['breadcrumbs'], // We resolve the integrations through the container later, so we initially do not pass it to the SDK yet $userConfig['integrations'], - // This is kept for backwards compatibilty and can be dropped in a future breaking release + // This is kept for backwards compatibility and can be dropped in a future breaking release $userConfig['breadcrumbs.sql_bindings'] );