Skip to content
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 #4015

Merged
merged 2 commits into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data/base_locations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# + Line beginning with a # character are comments
# + Field are as follows:
# - LocationName
# - Provice/State
# - Province/State
# - Region (Code/Full English Name)
# - Type code (C/B=Capital, R=Regional capital, N=Normal city,
# O=Observatory, L=lander, I=spacecraft impact
Expand Down
4 changes: 2 additions & 2 deletions data/nomenclature.fab
Original file line number Diff line number Diff line change
Expand Up @@ -6322,8 +6322,8 @@ Mars 378 _("Arimanes Rupes","rupes") RU -9.838700 212.304200 192.67213 _("Albedo
Mars 1785 _("Elysium Rupes","rupes") RU 25.244200 148.038800 140.49632 _("Albedo feature name.","origin")
# TRANSLATORS: (Mars); From albedo feature at 70N, 248W.
Mars 1363 _("Cydnus Rupēs","rupes") RU 52.531500 112.209200 1550.8141 _("From albedo feature at 70N, 248W.","origin")
# TRANSLATORS: (Mars); Named for calssical albedo feature at 55N, 260W.
Mars 6261 _("Utopia Rupēs","rupes") RU 43.532600 86.032600 2492.6814 _("Named for calssical albedo feature at 55N, 260W.","origin")
# TRANSLATORS: (Mars); Named for classical albedo feature at 55N, 260W.
alex-w marked this conversation as resolved.
Show resolved Hide resolved
Mars 6261 _("Utopia Rupēs","rupes") RU 43.532600 86.032600 2492.6814 _("Named for classical albedo feature at 55N, 260W.","origin")
# TRANSLATORS: (Mars); Named for classical albedo feature at 62N, 220W.
Mars 4573 _("Panchaia Rupēs","rupes") RU 64.371700 129.834500 1113.3997 _("Named for classical albedo feature at 62N, 220W.","origin")
# TRANSLATORS: (Mars); Classical albedo feature name.
Expand Down
2 changes: 1 addition & 1 deletion plugins/TelescopeControl/src/TelescopeControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1551,7 +1551,7 @@ void TelescopeControl::loadDeviceModels()
//Clear the list of device models - it may not be empty.
deviceModels.clear();

//Cycle the list of telescope deifinitions
//Cycle the list of telescope definitions
for(int i = 0; i < deviceModelsList.size(); i++)
{
QVariantMap model = deviceModelsList.at(i).toMap();
Expand Down
2 changes: 1 addition & 1 deletion skycultures/tikuna/reference.fab
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
6|FAULHABER e CAMPOS·Identificando Corpos Celestes no Ponto de Vista da Iconografia Tikuna. Revista Avá, Missiones, Argentina, 2020, pp 90-104.|https://www.ava.unam.edu.ar/images/35/n35a07.pdf
7|GOULARD, Jean-Pierre. “Entre Mortales e Inmortales: El ser según los Tikuna de la Amazonía”. Mundo Amazonico, 2010, 1:359-361.|
8|OLIVEIRA FILHO, João Pacheco de (Coord.) (1998) – ATLAS DAS TERRAS TICUNA. Projeto Museu Nacional/FINEP/PPG-7- CGTT. Rio de Janeiro.|
9|NIMUENDAJÚ, Curt 1952 – “The Tukuna”. Publications in American Archaeolgy and Ethnology volume XLV (org: Robert Lowie). Berkeley and Los Angeles, University of California Press.|
9|NIMUENDAJÚ, Curt 1952 – “The Tukuna”. Publications in American Archaeology and Ethnology volume XLV (org: Robert Lowie). Berkeley and Los Angeles, University of California Press.|
2 changes: 1 addition & 1 deletion src/core/StelActionMgr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class StelActionMgr : public QObject

public slots:
//! Enable/disable all actions of application.
//! need for editing shortcuts without trigging any actions
//! need for editing shortcuts without triggering any actions
//! @todo find out if this is really necessary and why.
void setAllActionsEnabled(bool value) {actionsEnabled = value;}

Expand Down
2 changes: 1 addition & 1 deletion src/core/modules/Nebula.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
NebYSO = 24, //!< Young Stellar Object
NebPossQSO = 25, //!< Possible Quasar
NebPossPN = 26, //!< Possible Planetary Nebula
Expand Down
2 changes: 1 addition & 1 deletion src/core/modules/NebulaMgr.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1042,7 +1042,7 @@ private slots:

QFont nebulaFont; // Font used for names printing

// For DSO convertor
// For DSO converter
bool flagConverter;
bool flagDecimalCoordinates;
};
Expand Down
Loading