Skip to content

Commit 003b924

Browse files
committed
Few typos.
1 parent ca6907d commit 003b924

File tree

1 file changed

+3
-3
lines changed
  • examples/blocksextraction/src/main/scala/com/acervera/osm4scala/examples/blocksextraction

1 file changed

+3
-3
lines changed

examples/blocksextraction/src/main/scala/com/acervera/osm4scala/examples/blocksextraction/BlocksExtraction.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ import java.nio.file.{Files, Paths}
3939
* Usually, it is not necessary to do it, but is good, for example, to extract fragments from the pbf that represent
4040
* data blocks and then use them to test the data block reader.
4141
*
42-
* In this example, I am writing all blocks in a folders. Rememeber that this block is a Blob, so contains
43-
* the string table and the possble compressed data.
42+
* In this example, I am writing all blocks in a folders. Remember that this block is a Blob, so contains
43+
* the string table and the possible compressed data.
4444
*/
4545
object BlocksExtraction extends App with Osm4ScalaUtils with Benchmarking {
4646

@@ -72,7 +72,7 @@ object BlocksExtraction extends App with Osm4ScalaUtils with Benchmarking {
7272
parser.parse(args, Config()) match {
7373
case Some(config) => {
7474
val result = time { fromPbf(config.input, config.output) }
75-
println(f"Extracted ${config.input}%s file in ${config.input} in ${result._1 * 1e-9}%,2.2f sec.")
75+
println(f"Extracted ${config.input}%s file in ${config.output} in ${result._1 * 1e-9}%,2.2f sec.")
7676
println(s"Resume: ${result._2} Blob blocks")
7777
}
7878
case _ =>

0 commit comments

Comments
 (0)