-
-
Notifications
You must be signed in to change notification settings - Fork 850
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix various typos #3973
Fix various typos #3973
Conversation
Found via `codespell -q 3 -S "*.po,*.pot,*.utf8,*.pdf,*.dat,ChangeLog,./src/external,./plugins/RemoteControl/webroot/js" -L anonymus,dout,ect,inout,lod,ned,normaly,regio,sav,ser,te,tht,ue`
Great PR! Please pay attention to the following items before merging: Files matching
Files matching
This is an automatically generated QA checklist based on modified files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -314,7 +314,7 @@ | |||
\hbox to#2\bgroup | |||
\hsize=#2\relax | |||
\vbox\bgroup | |||
% though it works, I'm desabling the above mentioned hack to make tex4ht behave with <p> <\p>, because it blurps the positioning | |||
% though it works, I'm disabling the above mentioned hack to make tex4ht behave with <p> <\p>, because it blurps the positioning |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes in this file may better be reported at their original place, and we might want to update this as well after so many years (and check if it works better now...).
@@ -125,7 +125,7 @@ friend class NebulaMgr; | |||
NebEMO = 20, //!< Emission object | |||
NebBLL = 21, //!< BL Lac object | |||
NebBLA = 22, //!< Blazar | |||
NebMolCld = 23, //!< Molecular Cloud | |||
NebMolCld = 23, //!< Molecular Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at least this looks worse now on Github.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So weird, in vscode it looks correct
But in github, no
https://github.com/luzpaz/stellarium/blob/80b9db83a3f3e374ea35b76d15da64baf4e43c2f/src/core/modules/Nebula.hpp#L128
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's because tabs shouldn't be used after the first non-whitespace character. They should only be used for indentation (not even alignment!).
To clarify, the reason of the difference is the different tab size: e.g. 8 vs 4 spaces.
Hello @luzpaz! Please check the fresh version (development snapshot) of Stellarium: |
* Fix various typos Found via`codespell -q 3 -S "*.po,*.pot,*.utf8,*.pdf,*.dat,*.svg,ChangeLog,./src/external,./plugins/RemoteControl/webroot/js,./src/core/planetsephems,./data/org.stellarium.Stellarium.*" -L anonymus,anser,dout,ect,empress,fo,inout,lod,mane,nam,nd,ned,normaly,parana,regio,sav,ser,sting,subtiles,te,tesselate,tesselated,,tesselates,tht,ue` * Fix whitespace anomaly introduced in #3973
Hello @luzpaz! Please check the latest stable version of Stellarium: |
Description
Found typos via
codespell -q 3 -S "*.po,*.pot,*.utf8,*.pdf,*.dat,ChangeLog,./src/external,./plugins/RemoteControl/webroot/js" -L anonymus,dout,ect,inout,lod,ned,normaly,regio,sav,ser,te,tht,ue
Screenshots (if appropriate):
n/a
Type of change
How Has This Been Tested?
n/a
Test Configuration:
Checklist: