summaryrefslogtreecommitdiffstats
path: root/lib/Utils/make_descr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Utils/make_descr.cpp')
-rw-r--r--lib/Utils/make_descr.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/make_descr.cpp b/lib/Utils/make_descr.cpp
index a2f0c034..3eeb4041 100644
--- a/lib/Utils/make_descr.cpp
+++ b/lib/Utils/make_descr.cpp
@@ -118,7 +118,7 @@ string make_description_bz(const map_crash_data_t& pCrashData)
string tmp;
add_content(was_multiline,
tmp,
- /* "reproduce: blah" looks ugly, fixing: */
+ /* "reproduce: blah" looks ugly, fixing: */
itemname == FILENAME_REPRODUCE ? "How to reproduce" : itemname.c_str(),
content.c_str()
);