Skip to content

Commit bb6834a

Browse files
committed
fix typo
1 parent 83b74d4 commit bb6834a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/storages/fuse/src/io/read/meta/meta_readers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ mod thrift_file_meta_read {
183183

184184
if file_size < HEADER_SIZE + FOOTER_SIZE {
185185
return Err(Error::OutOfSpec(
186-
"A parquet file must containt a header and footer with at least 12 bytes".into(),
186+
"A parquet file must contain a header and footer with at least 12 bytes".into(),
187187
));
188188
}
189189

0 commit comments

Comments
 (0)