diff --git a/cstore_fdw.c b/cstore_fdw.c index b0a3277..ad068bc 100644 --- a/cstore_fdw.c +++ b/cstore_fdw.c @@ -1926,7 +1926,7 @@ CStoreExplainForeignScan(ForeignScanState *scanState, ExplainState *explainState ExplainPropertyText("CStore File", cstoreFdwOptions->filename, explainState); - /* supress file size if we're not showing cost details */ + /* suppress file size if we're not showing cost details */ if (explainState->costs) { struct stat statBuffer;