diff --git a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
index 109cec4bd2cfb88aa15bd5dd8ad73885eb0c9d13..bcd900c2468cc3434a39755398f3a04b2fc127fe 100644
--- a/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
+++ b/resources/automagic_dashboards/table/TransactionTable/BySource.yaml
@@ -171,7 +171,7 @@ cards:
     height: 8
 - AvgQuantityBySource:
     group: Financial
-    title: Average qunatity per source
+    title: Average quantity per source
     visualization: table
     dimensions: SourceLarge
     metrics: AvgQuantity
diff --git a/resources/automagic_dashboards/table/example/indepth.yaml b/resources/automagic_dashboards/table/example/indepth.yaml
index 974b72df9cbea4e0374e1c8eb86cb11bdbdd4cf5..9621b66258af5d0c6754f09d4ea1fa31c151cc4e 100644
--- a/resources/automagic_dashboards/table/example/indepth.yaml
+++ b/resources/automagic_dashboards/table/example/indepth.yaml
@@ -1,4 +1,4 @@
-title: Indepth example
+title: In-depth example
 applies_to: GenericTable
 metrics:
   - Count: ["count"]
diff --git a/src/metabase/api/session.clj b/src/metabase/api/session.clj
index dd924cd7c4a08d26353448a4caf2c18620a70bbf..ecc1829f2f37f29c6b523bff6c193f65646f58fe 100644
--- a/src/metabase/api/session.clj
+++ b/src/metabase/api/session.clj
@@ -65,7 +65,7 @@
       (catch com.unboundid.util.LDAPSDKException e
         (log/error
          (u/format-color 'red
-             (trs "Problem connecting to LDAP server, will fallback to local authentication: {0}" (.getMessage e))))))))
+             (trs "Problem connecting to LDAP server, will fall back to local authentication: {0}" (.getMessage e))))))))
 
 (defn- email-login
   "Find a matching `User` if one exists and return a new Session for them, or `nil` if they couldn't be authenticated."
diff --git a/src/metabase/driver/druid/query_processor.clj b/src/metabase/driver/druid/query_processor.clj
index 3914ea29e52bd55302ee8570cb015c4f9bcb8ea5..a15db2765adc6b949e836655d94503fec57cf670 100644
--- a/src/metabase/driver/druid/query_processor.clj
+++ b/src/metabase/driver/druid/query_processor.clj
@@ -838,7 +838,7 @@
   (when limit
     (log/warn
      (u/format-color 'red
-         (tru "WARNING: Druid doenst allow limitSpec in timeseries queries. Ignoring the LIMIT clause."))))
+         (tru "WARNING: Druid does not allow limitSpec in time series queries. Ignoring the LIMIT clause."))))
   query-context)
 
 (defmethod handle-limit ::topN [_ {limit :limit} query-context]