From c07d9ce0829ecb8f2b649ea0bcbbd1fa5a68de6f Mon Sep 17 00:00:00 2001 From: Tucker Johnson Date: Thu, 14 Sep 2023 11:14:33 -0400 Subject: [PATCH] fix --- book.ly | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book.ly b/book.ly index a5b893a..f64d572 100644 --- a/book.ly +++ b/book.ly @@ -53,7 +53,7 @@ \line { \null } \center-column { \vspace #15 - \line { \caps "This page intentionally left blank" } + \line { \caps "This page is intentionally left blank" } } \line { \null} } @@ -79,7 +79,7 @@ \line { \null } \center-column { \vspace #15 - \line { \caps "This page intentionally left blank" } + \line { \caps "This page is intentionally left blank" } } \line { \null} } -- 2.39.5