From 6463be13fc95e0a74887075d41cc5d3cdc08a8a1 Mon Sep 17 00:00:00 2001 From: Bojan Serafimov Date: Tue, 14 Jun 2022 17:07:34 -0400 Subject: [PATCH] Fix typo --- pageserver/src/import_datadir.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pageserver/src/import_datadir.rs b/pageserver/src/import_datadir.rs index 48542edf17..f56522b8ce 100644 --- a/pageserver/src/import_datadir.rs +++ b/pageserver/src/import_datadir.rs @@ -27,7 +27,7 @@ use utils::lsn::Lsn; /// /// This is currently only used to import a cluster freshly created by initdb. /// The code that deals with the checkpoint would not work right if the -/// clusterwas not shut down cleanly. +/// cluster was not shut down cleanly. pub fn import_timeline_from_postgres_datadir( path: &Path, tline: &mut DatadirTimeline,