diff --git a/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md b/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md index 056c485b60179..a7230d67bce76 100644 --- a/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md +++ b/doc/user/content/transform-data/idiomatic-materialize-sql/appendix/example-orders.md @@ -8,7 +8,7 @@ menu: identifier: idiomatic-materialize-appendix-example-orders --- -The following sample data is used in the various Idiomaitc Materialize SQL +The following sample data is used in the various Idiomatic Materialize SQL pages: ```mzsql diff --git a/src/catalog/src/memory/objects.rs b/src/catalog/src/memory/objects.rs index 259255272db7b..862d18efd1b0c 100644 --- a/src/catalog/src/memory/objects.rs +++ b/src/catalog/src/memory/objects.rs @@ -1219,7 +1219,7 @@ impl Source { /// The expensive resource that each source consumes is persist shards. To /// prevent abuse, we want to prevent users from creating sources that use an /// unbounded number of persist shards. But we also don't want to count - /// persist shards that are mandated by teh system (e.g., the progress + /// persist shards that are mandated by the system (e.g., the progress /// shard) so that future versions of Materialize can introduce additional /// per-source shards (e.g., a per-source status shard) without impacting /// the limit calculation. diff --git a/test/ssh-connection/kafka-sink-after-ssh-restart.td b/test/ssh-connection/kafka-sink-after-ssh-restart.td index bc0a9da5afbb0..d24ec04ed3a6d 100644 --- a/test/ssh-connection/kafka-sink-after-ssh-restart.td +++ b/test/ssh-connection/kafka-sink-after-ssh-restart.td @@ -16,7 +16,7 @@ running running -# Ensure we can maintain statistics after teh sink restarts +# Ensure we can maintain statistics after the sink restarts > SELECT s.name, SUM(u.messages_staged), SUM(u.messages_committed), SUM(u.bytes_staged) > 0, SUM(bytes_staged) = SUM(bytes_committed) FROM mz_sinks s JOIN mz_internal.mz_sink_statistics_raw u ON s.id = u.id