Skip to content

Commit

Permalink
fix typo in api docs (#3345)
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and m-kuhn committed Jul 31, 2016
1 parent 8f5272e commit ecf5543
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/core/qgsruntimeprofiler.sip
Expand Up @@ -33,7 +33,7 @@ class QgsRuntimeProfiler
/**
* @brief Start a profile event with the given name.
* @param name The name of the profile event. Will have the name of
* the active group appened after ending.
* the active group appended after ending.
*/
void start( const QString& name );

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsruntimeprofiler.h
Expand Up @@ -38,7 +38,7 @@ class CORE_EXPORT QgsRuntimeProfiler
/**
* @brief Start a profile event with the given name.
* @param name The name of the profile event. Will have the name of
* the active group appened after ending.
* the active group appended after ending.
*/
void start( const QString& name );

Expand Down

0 comments on commit ecf5543

Please sign in to comment.