Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
troopa81 committed Sep 1, 2020
1 parent b724540 commit 1170adb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleconn.h
Expand Up @@ -180,7 +180,7 @@ class QgsOracleConn : public QObject
bool hasSpatial();

/**
* \returns Oracle database major version, -1 in an error occured
* \returns Oracle database major version, -1 if an error occured
*/
int version();

Expand Down
2 changes: 1 addition & 1 deletion src/providers/oracle/qgsoracleprovider.cpp
Expand Up @@ -1839,7 +1839,7 @@ bool QgsOracleProvider::changeAttributeValues( const QgsChangedAttributesMap &at
}

if ( params.isEmpty() )
// Don't try to UPDATE an empty set of values (might happen if only GENERATED fields has changed
// Don't try to UPDATE an empty set of values (might happen if only GENERATED fields have changed
continue;

QVariantList args;
Expand Down

0 comments on commit 1170adb

Please sign in to comment.