Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alxvth committed Sep 16, 2024
1 parent f07f3c4 commit bbe5436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UMAPAnalysisPlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ QUrl UMAPAnalysisPluginFactory::getReadmeMarkdownUrl() const
return QUrl("https://raw.githubusercontent.com/ManiVaultStudio/UMAP-Plugin/main/README.md");
}

QUrl UMAPAnalysisPluginFactory::getRespositoryUrl() const
QUrl UMAPAnalysisPluginFactory::getRepositoryUrl() const
{
return QUrl("https://github.com/ManiVaultStudio/UMAP-Plugin");
}
Expand Down
2 changes: 1 addition & 1 deletion src/UMAPAnalysisPlugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class UMAPAnalysisPluginFactory : public AnalysisPluginFactory
* Get the URL of the GitHub repository
* @return URL of the GitHub repository
*/
QUrl getRespositoryUrl() const override;
QUrl getRepositoryUrl() const override;

/** Creates an instance of the UMAP analysis plugin */
AnalysisPlugin* produce() override;
Expand Down

0 comments on commit bbe5436

Please sign in to comment.