From: Debian Multimedia Maintainers Date: Sat, 30 Nov 2019 15:26:20 +0000 (+0000) Subject: spelling X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6e7199b97db185432207b17d00c8db6826062352;p=juce.git spelling Gbp-Pq: Name spelling.patch --- diff --git a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h index 0a2e995d..016c79f6 100644 --- a/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h +++ b/extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h @@ -453,7 +453,7 @@ public: props.add (new TextPropertyComponent (subprojectsValue, "Xcode Subprojects", 8192, true), "Paths to Xcode projects that should be added to the build (one per line). " - "The names of the required build products can be specified after a colon, comma seperated, " + "The names of the required build products can be specified after a colon, comma separated, " "e.g. \"path/to/MySubProject.xcodeproj: MySubProject, OtherTarget\". " "If no build products are specified, all build products associated with a subproject will be added.");