diff --git a/CMakeLists.txt b/CMakeLists.txt index e45453f0d8..9172914c97 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -191,8 +191,8 @@ if (BUILD_UNIT_TESTS) message(STATUS "Enabled testing") define_property(TARGET PROPERTY OUTPUT_XML - BRIEF_DOCS "List XML files outputed by google test." - FULL_DOCS "List XML files outputed by google test." + BRIEF_DOCS "List XML files outputted by google test." + FULL_DOCS "List XML files outputted by google test." ) add_subdirectory(thirdparty/googletest) diff --git a/Doxyfile.plugins b/Doxyfile.plugins index 660178ac2d..6bc62aeb1a 100644 --- a/Doxyfile.plugins +++ b/Doxyfile.plugins @@ -278,7 +278,7 @@ OPTIMIZE_OUTPUT_VHDL = NO # parses. With this tag you can assign which parser to use for a given # extension. Doxygen has a built-in mapping, but you can override or extend it # using this tag. The format is ext=language, where ext is a file extension, and -# language is one of the parsers supported by doxygen: IDL, Java, Javascript, +# language is one of the parsers supported by doxygen: IDL, Java, JavaScript, # C#, C, C++, D, PHP, Objective-C, Python, Fortran (fixed format Fortran: # FortranFixed, free formatted Fortran: FortranFree, unknown formatted Fortran: # Fortran. In the later case the parser tries to guess whether the code is fixed @@ -1527,7 +1527,7 @@ EXT_LINKS_IN_WINDOW = NO FORMULA_FONTSIZE = 10 -# Use the FORMULA_TRANPARENT tag to determine whether or not the images +# Use the FORMULA_TRANSPARENT tag to determine whether or not the images # generated for formulas are transparent PNGs. Transparent PNGs are not # supported properly for IE 6.0, but are supported on all modern browsers. # @@ -1539,7 +1539,7 @@ FORMULA_FONTSIZE = 10 FORMULA_TRANSPARENT = YES # Enable the USE_MATHJAX option to render LaTeX formulas using MathJax (see -# http://www.mathjax.org) which uses client side Javascript for the rendering +# http://www.mathjax.org) which uses client side JavaScript for the rendering # instead of using pre-rendered bitmaps. Use this if you do not have LaTeX # installed or if you want to formulas look prettier in the HTML output. When # enabled you may also need to install MathJax separately and configure the path @@ -1609,7 +1609,7 @@ MATHJAX_CODEFILE = SEARCHENGINE = YES # When the SERVER_BASED_SEARCH tag is enabled the search engine will be -# implemented using a web server instead of a web client using Javascript. There +# implemented using a web server instead of a web client using JavaScript. There # are two flavors of web server based searching depending on the EXTERNAL_SEARCH # setting. When disabled, doxygen will generate a PHP script for searching and # an index file used by the script. When EXTERNAL_SEARCH is enabled the indexing diff --git a/build.cmake b/build.cmake index 47793df96b..1766d3c97f 100755 --- a/build.cmake +++ b/build.cmake @@ -196,7 +196,7 @@ endif() # Clean - delete an existing build directory. # # We usually avoid this because performing a clean build takes much longer -# than an incremental build, but it is occassionally necessary. If you +# than an incremental build, but it is occasionally necessary. If you # encounter errors during a build then you should try doing a clean build. if(ARG_CLEAN) @@ -272,7 +272,7 @@ endif() # The working directory is unchanged. Use build_override.cmake to set the # CMake variable RUN_ARGS to contain a list of arguments to pass to MuseScore # on the command line. In addition, script arguments after "run" will be -# appened to this list, but note that certain arguments cannot be passed this +# appended to this list, but note that certain arguments cannot be passed this # way (e.g. --help, --version) because they cancel CMake script processing. if(ARG_RUN) diff --git a/build/Linux+BSD/org.musescore.MuseScore.appdata.xml.in b/build/Linux+BSD/org.musescore.MuseScore.appdata.xml.in index 1f4a528a14..35aeb3ac21 100644 --- a/build/Linux+BSD/org.musescore.MuseScore.appdata.xml.in +++ b/build/Linux+BSD/org.musescore.MuseScore.appdata.xml.in @@ -325,7 +325,7 @@

Zerberus: