Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 18, 2023
1 parent 42b8a1d commit 8afd48e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/settings/qgssettingsentryimpl.h
Expand Up @@ -475,7 +475,7 @@ class CORE_EXPORT QgsSettingsEntryInteger : public QgsSettingsEntryByValue<int>
};

#ifndef SIP_RUN
// not available in Python for now (no direct suport of 64 bits integers in Python)
// not available in Python for now (no direct support of 64 bits integers in Python)

/**
* \class QgsSettingsEntryInteger64
Expand Down

0 comments on commit 8afd48e

Please sign in to comment.