summaryrefslogtreecommitdiff
path: root/examples/Info/InfoExamplePlugin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Info/InfoExamplePlugin.cpp')
-rw-r--r--examples/Info/InfoExamplePlugin.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Info/InfoExamplePlugin.cpp b/examples/Info/InfoExamplePlugin.cpp
index 1ffa74ac..9330b382 100644
--- a/examples/Info/InfoExamplePlugin.cpp
+++ b/examples/Info/InfoExamplePlugin.cpp
@@ -70,7 +70,7 @@ protected:
*/
const char* getHomePage() const override
{
- return "https://github.com/DISTRHO/plugin-examples";
+ return "https://github.com/DISTRHO/DPF";
}
/**
@@ -193,7 +193,7 @@ protected:
*/
void setParameterValue(uint32_t, float) override
{
- // this is only called for input paramters, which we have none of.
+ // this is only called for input parameters, which we have none of.
}
/* --------------------------------------------------------------------------------------------------------