diff --git a/src/frontend/src/catalog/purify.rs b/src/frontend/src/catalog/purify.rs index 3402ab7130fb4..074f417f17fbd 100644 --- a/src/frontend/src/catalog/purify.rs +++ b/src/frontend/src/catalog/purify.rs @@ -21,7 +21,7 @@ use crate::error::Result; use crate::utils::data_type::DataTypeToAst as _; /// Try to restore missing column definitions and constraints in the persisted table (or source) -/// definition, if the schemais derived from external systems (like schema registry) or it's +/// definition, if the schema is derived from external systems (like schema registry) or it's /// created by `CREATE TABLE AS`. /// /// Returns error if restoring failed, or the persisted definition is invalid.