From: Debian Multimedia Maintainers Date: Thu, 22 Aug 2019 08:01:56 +0000 (+0200) Subject: fixed spelling mistakes X-Git-Tag: archive/raspbian/5.4.5_ds0-1+rpi1~1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2a8ba460a86aaa68bcdc897235fd771193a7a27b;p=juce.git fixed spelling mistakes Forwarded: no Last-Update: 2019-01-12 Last-Update: 2019-01-12 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.");