From d979c33fe306ece1bd9fea3b6a31da013c40a4e1 Mon Sep 17 00:00:00 2001 From: jules Date: Thu, 4 Feb 2016 12:10:18 +0000 Subject: [PATCH] Introjucer: spelling fix! --- .../Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp b/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp index d84fbfb0b4..c1b260f659 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExporter.cpp @@ -693,7 +693,7 @@ void ProjectExporter::BuildConfiguration::createPropertyEditors (PropertyListBui "The name of this configuration."); props.add (new BooleanPropertyComponent (isDebugValue(), "Debug mode", "Debugging enabled"), - "If enabled, this means that the configuration should be built with debug synbols."); + "If enabled, this means that the configuration should be built with debug symbols."); props.add (new TextPropertyComponent (getTargetBinaryName(), "Binary name", 256, false), "The filename to use for the destination binary executable file. If you don't add a suffix to this name, "