From 77dd5fad7477d33a72628ae0aae7014451031dc4 Mon Sep 17 00:00:00 2001 From: Philippe Canal <pcanal@fnal.gov> Date: Mon, 11 Jul 2016 11:23:15 -0500 Subject: [PATCH] typo --- core/utils/src/rootcling.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/utils/src/rootcling.cxx b/core/utils/src/rootcling.cxx index 9ebf88e24ac..e93c2e0a454 100644 --- a/core/utils/src/rootcling.cxx +++ b/core/utils/src/rootcling.cxx @@ -5525,7 +5525,7 @@ int GenReflex(int argc, char **argv) " In order for ROOT to pick up the information in the rootmaps, they\n" " have to be located in the library path and have the .rootmap extension.\n" " An example rootmap file could be:\n" - " { decl }\n" + " { decls }\n" " template <class T> class A;\n" " [ libMyLib.so ]\n" " class A<double>\n" -- GitLab