From c86b4a28a623b924904a806253562d99cf959ff8 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 14 Jul 2020 17:27:03 -0300 Subject: [PATCH] Fix typo --- src/app/commands/cmd_new_layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/commands/cmd_new_layer.cpp b/src/app/commands/cmd_new_layer.cpp index 239957d2d..a3737d4d7 100644 --- a/src/app/commands/cmd_new_layer.cpp +++ b/src/app/commands/cmd_new_layer.cpp @@ -191,7 +191,7 @@ void NewLayerCommand::onExecute(Context* context) return; } - // Information about the tileset to be used used for new tilemaps + // Information about the tileset to be used for new tilemaps TilesetSelector::Info tilesetInfo; tilesetInfo.newTileset = true; tilesetInfo.grid = context->activeSite().grid();