diff options
author | David Robillard <d@drobilla.net> | 2014-11-21 23:15:32 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-11-21 23:15:32 -0500 |
commit | 5df5fd61131008e06cc2d16b50ec3cf8f81ddc92 (patch) | |
tree | 5f77b6ed4692b14a1211b26e8089f57447f9f1d7 /content | |
parent | 4dabee5461648bb040e73e7c90a3ce1902d70f77 (diff) | |
download | lv2site-5df5fd61131008e06cc2d16b50ec3cf8f81ddc92.tar.xz |
Fix typo.
Diffstat (limited to 'content')
-rw-r--r-- | content/pages/developing.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/pages/developing.md b/content/pages/developing.md index 9e64267..a5656eb 100644 --- a/content/pages/developing.md +++ b/content/pages/developing.md @@ -67,7 +67,7 @@ there for documentation about a specific function, struct, or define. * [Validating LV2 Data](validating-lv2-data.html) -* [Bundle Defnition](bundle-definition.html) +* [Bundle Definition](bundle-definition.html) ## Contributing to LV2 |