diff options
author | John S. Urban <urbanjost@comcast.net> | 2020-12-27 18:34:58 -0500 |
---|---|---|
committer | John S. Urban <urbanjost@comcast.net> | 2020-12-27 18:34:58 -0500 |
commit | cbdfcafd59e2b2f67b21dd4ec02f897465bfbb57 (patch) | |
tree | b80d1174225e90c20c9be1a9ab1ac6e6e716e21c | |
parent | 4a10462f5a6ef27cb3040ee65a24bab351d524eb (diff) | |
download | fpm-cbdfcafd59e2b2f67b21dd4ec02f897465bfbb57.tar.gz fpm-cbdfcafd59e2b2f67b21dd4ec02f897465bfbb57.zip |
errata
-rw-r--r-- | fpm/src/fpm/cmd/new.f90 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpm/src/fpm/cmd/new.f90 b/fpm/src/fpm/cmd/new.f90 index c9d333e..02064b2 100644 --- a/fpm/src/fpm/cmd/new.f90 +++ b/fpm/src/fpm/cmd/new.f90 @@ -189,7 +189,7 @@ character(len=:,kind=tfc),allocatable :: littlefile(:) &' # ',& &' # Now lets start describing how the project should be built. ',& &' # ',& - &' # Note that tables would go here but we will not be taling about them (much)!!',& + &' # Note tables would go here but we will not be talking about them (much)!!' ,& &' # ',& &' # Tables are a way to explicitly specify large numbers of programs in ',& &' # a compact format instead of individual per-program entries in the ',& |