Skip to content

Commit

Permalink
Fix spelling and doxygen doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wonder-sk committed Apr 7, 2018
1 parent d1464a0 commit 3ccb6c3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions python/core/qgsproject.sip.in
Expand Up @@ -110,6 +110,7 @@ Returns QFileInfo object for the project's associated file.
.. seealso:: :py:func:`fileName`

.. versionadded:: 2.9
\deprecated
%End

QDateTime lastModified() const;
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgisapp.h
Expand Up @@ -1743,7 +1743,7 @@ class APP_EXPORT QgisApp : public QMainWindow, private Ui::MainWindow
bool guiUpdate );

/**
* Add thie current project to the recently opened/saved projects list
* Add the current project to the recently opened/saved projects list
* pass settings by reference since creating more than one
* instance simultaneously results in data loss.
*
Expand Down
1 change: 1 addition & 0 deletions src/core/qgsproject.h
Expand Up @@ -158,6 +158,7 @@ class CORE_EXPORT QgsProject : public QObject, public QgsExpressionContextGenera
*
* \see fileName()
* \since QGIS 2.9
* \deprecated
*/
Q_DECL_DEPRECATED QFileInfo fileInfo() const SIP_DEPRECATED;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/core/testqgsprojectstorage.cpp
Expand Up @@ -184,7 +184,7 @@ void TestQgsProjectStorage::testMemoryStorage()
QCOMPARE( prj2.mapLayers().count(), 1 );
QCOMPARE( prj2.title(), QString( "best project ever" ) );

// test access of non-existant project
// test access of non-existent project

QgsProject prj3;
prj3.setFileName( "memory:nooooooooo!" );
Expand Down

0 comments on commit 3ccb6c3

Please sign in to comment.