diff --git a/src/ui/mapimageexporter.cpp b/src/ui/mapimageexporter.cpp index f820e54e..bb4878bd 100644 --- a/src/ui/mapimageexporter.cpp +++ b/src/ui/mapimageexporter.cpp @@ -66,7 +66,7 @@ struct StitchedMap { }; QPixmap MapImageExporter::getStitchedImage(QProgressDialog *progress, bool includeBorder) { - // Do a bread-first search to gather a collection of + // Do a breadth-first search to gather a collection of // all reachable maps with their relative offsets. QSet visited; QList stitchedMaps;