From f8c9fabd948e4b3caea30d3c281018b0308491bf Mon Sep 17 00:00:00 2001 From: Vertexwahn Date: Tue, 25 Apr 2023 20:47:37 +0200 Subject: [PATCH] Fix spelling (#3404) --- ChangeLog.rst | 2 +- support/build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index f3195e7f..d9afbc9d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -77,7 +77,7 @@ Thanks `@patrickroocks (Patrick Roocks) `_. * Switched formatting of ``std::chrono::system_clock`` from local time to UTC - for compatiblity with the standard + for compatibility with the standard (`#3199 `_, `#3230 `_). Thanks `@ned14 (Niall Douglas) `_. diff --git a/support/build.gradle b/support/build.gradle index 8d18da6b..c5126d05 100644 --- a/support/build.gradle +++ b/support/build.gradle @@ -11,7 +11,7 @@ buildscript { // https://developer.android.com/studio/releases/gradle-plugin#updating-gradle // // Notice that 4.0.0 here is the version of [Android Gradle Plugin] - // Accroding to URL above you will need Gradle 6.1 or higher + // According to URL above you will need Gradle 6.1 or higher // classpath "com.android.tools.build:gradle:4.1.1" }