summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk2_ardour/about.cc2
-rw-r--r--libs/pbd/pbd/search_path.h4
2 files changed, 4 insertions, 2 deletions
diff --git a/gtk2_ardour/about.cc b/gtk2_ardour/about.cc
index 210e13ec87..8375e94200 100644
--- a/gtk2_ardour/about.cc
+++ b/gtk2_ardour/about.cc
@@ -136,7 +136,7 @@ static const char* authors[] = {
N_("Colin Fletcher"),
N_("Dave Flick"),
N_("Hans Fugal"),
- N_("Robin Gareus"),
+ N_("Robin Gareus"),
N_("Christopher George"),
N_("Chris Goddard"),
N_("J. Abelardo Gutierrez"),
diff --git a/libs/pbd/pbd/search_path.h b/libs/pbd/pbd/search_path.h
index 2a14510ad2..5358d6e14c 100644
--- a/libs/pbd/pbd/search_path.h
+++ b/libs/pbd/pbd/search_path.h
@@ -26,7 +26,9 @@
namespace PBD {
/**
- * @class The SearchPath class is a helper class for getting a
+ * @class SearchPath
+ *
+ * The SearchPath class is a helper class for getting a
* vector of paths contained in a search path string where a
* "search path string" contains absolute directory paths
* separated by a colon(:) or a semi-colon(;) on windows.