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

docs: Fix a few typos #69

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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 pylupdate/sametexth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef QList<MetaTranslatorMessage> TML;
/*
Augments a MetaTranslator with trivially derived translations.

For example, if "Enabled:" is consistendly translated as "Eingeschaltet:" no
For example, if "Enabled:" is consistently translated as "Eingeschaltet:" no
matter the context or the comment, "Eingeschaltet:" is added as the
translation of any untranslated "Enabled:" text and is marked Unfinished.

Expand Down
2 changes: 1 addition & 1 deletion qpy/QtCore/qpycore_chimera.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ PyObject *Chimera::toPyObject(const QVariant &var) const
}


// Convert a C++ object at an arbitary address to Python.
// Convert a C++ object at an arbitrary address to Python.
PyObject *Chimera::toPyObject(void *cpp) const
{
if (_metatype == PyQt_PyObject::metatype)
Expand Down
2 changes: 1 addition & 1 deletion qpy/QtCore/qpycore_chimera.h
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class Chimera
// Convert a QVariant to a Python object.
PyObject *toPyObject(const QVariant &var) const;

// Convert a C++ object at an arbitary address to a Python object.
// Convert a C++ object at an arbitrary address to a Python object.
PyObject *toPyObject(void *cpp) const;

// Convert a QVariant to a Python object based on the type of the object.
Expand Down
2 changes: 1 addition & 1 deletion qpy/QtCore/qpycore_pyqtsignal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ int qpycore_get_lazy_attr(const sipTypeDef *td, PyObject *dict)
const pyqt5QtSignal *sigs = reinterpret_cast<const pyqt5ClassPluginDef *>(
sipTypePluginData(td))->qt_signals;

// Handle the trvial case.
// Handle the trivial case.
if (!sigs)
return 0;

Expand Down
2 changes: 1 addition & 1 deletion qpy/pylupdate/sametexth.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ typedef QList<MetaTranslatorMessage> TML;
/*
Augments a MetaTranslator with trivially derived translations.

For example, if "Enabled:" is consistendly translated as "Eingeschaltet:" no
For example, if "Enabled:" is consistently translated as "Eingeschaltet:" no
matter the context or the comment, "Eingeschaltet:" is added as the
translation of any untranslated "Enabled:" text and is marked Unfinished.

Expand Down