From 4593d9165a032fa5ef61871b8dabaad13c0cd4b5 Mon Sep 17 00:00:00 2001 From: "Alexander V. Wolf" Date: Sun, 22 Dec 2024 16:24:35 +0700 Subject: [PATCH] typofixes --- .github/workflows/maintenance.yml | 4 ++-- plugins/RemoteControl/src/qtwebapp/httpserver/httprequest.cpp | 4 ++-- plugins/TelescopeControl/src/TelescopeClient.hpp | 2 +- src/core/modules/Nebula.hpp | 2 +- src/core/modules/Planet.hpp | 2 +- src/core/modules/StarWrapper.hpp | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index f5ad2aff94d1c..e14e421b8f0c9 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -57,6 +57,6 @@ jobs: uses: codespell-project/actions-codespell@v2 with: # ignore the config/.../crd.go file as it's generated binary data that is edited elswhere. - skip: .git,*.ttf,*.jpg,*.png,*.po,*.pot,*.utf8,*.pdf,*.dat,*.svg,./src/external,./plugins/RemoteControl/webroot/js,./src/core/planetsephems,./data/*,./scripts/* + skip: .git,*.ttf,*.jpg,*.png,*.po,*.pot,*.utf8,*.pdf,*.dat,*.svg,*.json,*.tsv,*.isl,./src/external,./plugins/RemoteControl/webroot/js,./src/core/planetsephems,./data/*,./scripts/*,./skycultures/* check_filenames: true - ignore_words_list: NED,ned,anonymus,anser,dout,ect,empress,fo,inout,lod,mane,nam,nd,ned,normaly,parana,regio,sav,ser,sting,subtiles,te,tesselate,tesselated,tesselation,tesselates,tht,ue \ No newline at end of file + ignore_words_list: NED,ned,anonymus,anser,dout,ect,empress,fo,inout,lod,mane,nam,nd,ned,normaly,parana,regio,sav,ser,sting,subtiles,te,tesselate,tesselated,tesselation,tesselates,tht,ue,updDate,AAS,sme,shs,delt,fpt,leapYear,tha,bu,aFile,indexS,functionsS,compileTime,Shepard,EYt,Eyt,sRing,sOm \ No newline at end of file diff --git a/plugins/RemoteControl/src/qtwebapp/httpserver/httprequest.cpp b/plugins/RemoteControl/src/qtwebapp/httpserver/httprequest.cpp index 70dab670f8f41..6336c58d25a57 100644 --- a/plugins/RemoteControl/src/qtwebapp/httpserver/httprequest.cpp +++ b/plugins/RemoteControl/src/qtwebapp/httpserver/httprequest.cpp @@ -404,7 +404,7 @@ void HttpRequest::parseMultiPartFile() while (!tempFile.atEnd() && !finished && !tempFile.error()) { #ifdef SUPERVERBOSE - qDebug("HttpRequest: reading multpart headers"); + qDebug("HttpRequest: reading multipart headers"); #endif QByteArray fieldName; QByteArray fileName; @@ -443,7 +443,7 @@ void HttpRequest::parseMultiPartFile() } #ifdef SUPERVERBOSE - qDebug("HttpRequest: reading multpart data"); + qDebug("HttpRequest: reading multipart data"); #endif QTemporaryFile* uploadedFile=Q_NULLPTR; QByteArray fieldValue; diff --git a/plugins/TelescopeControl/src/TelescopeClient.hpp b/plugins/TelescopeControl/src/TelescopeClient.hpp index cc4cf0efd00e9..f747a5656cd80 100644 --- a/plugins/TelescopeControl/src/TelescopeClient.hpp +++ b/plugins/TelescopeControl/src/TelescopeClient.hpp @@ -75,7 +75,7 @@ class TelescopeClient : public QObject, public StelObject //! - PlainText //! @param core the StelCore object //! @param flags a set of InfoStringGroup items to include in the return value. - //! @return a QString containing an HMTL encoded description of the Telescope. + //! @return a QString containing an HTML encoded description of the Telescope. QString getInfoString(const StelCore* core, const InfoStringGroup& flags) const override; QString getType(void) const override {return TELESCOPECLIENT_TYPE;} QString getObjectType(void) const override {return N_("telescope");} diff --git a/src/core/modules/Nebula.hpp b/src/core/modules/Nebula.hpp index c81157cd24ad3..ee96b5e543d00 100644 --- a/src/core/modules/Nebula.hpp +++ b/src/core/modules/Nebula.hpp @@ -157,7 +157,7 @@ friend class NebulaMgr; //! - PlainText //! @param core the StelCore object //! @param flags a set of InfoStringGroup items to include in the return value. - //! @return a QString containing an HMTL encoded description of the Nebula. + //! @return a QString containing an HTML encoded description of the Nebula. QString getInfoString(const StelCore *core, const InfoStringGroup& flags) const override; //! In addition to the entries from StelObject::getInfoMap(), Nebula objects provide //! - bmag (photometric B magnitude. 99 if unknown) diff --git a/src/core/modules/Planet.hpp b/src/core/modules/Planet.hpp index 7c95a88293ed7..ba310c55ad206 100644 --- a/src/core/modules/Planet.hpp +++ b/src/core/modules/Planet.hpp @@ -190,7 +190,7 @@ class Planet : public StelObject //! @note subclasses should prefer to override only the component infostrings getInfoString...(), not this method! //! @param core the StelCore object //! @param flags a set of InfoStringGroup items to include in the return value. - //! @return a QString containing an HMTL encoded description of the Planet. + //! @return a QString containing an HTML encoded description of the Planet. QString getInfoString(const StelCore *core, const InfoStringGroup& flags) const override; //! In addition to the entries from StelObject::getInfoMap(), Planet objects provide //! - phase (result of getPhase) diff --git a/src/core/modules/StarWrapper.hpp b/src/core/modules/StarWrapper.hpp index 095e284df1d09..9d06643d76a67 100644 --- a/src/core/modules/StarWrapper.hpp +++ b/src/core/modules/StarWrapper.hpp @@ -135,7 +135,7 @@ class StarWrapper1 : public StarWrapper //!
  • PlainText //! @param core the StelCore object. //! @param flags a set of InfoStringGroup items to include in the return value. - //! @return a QString containing an HMTL encoded description of the StarWrapper1. + //! @return a QString containing an HTML encoded description of the StarWrapper1. QString getInfoString(const StelCore *core, const InfoStringGroup& flags) const override; //! In addition to the entries from StelObject::getInfoMap(), StarWrapper1 objects provide //! - variable-star (no|eruptive|pulsating|rotating|cataclysmic|eclipsing-binary)