From 2e8eca2dc1733098dca42a8d1b14faa877844227 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 12 Nov 2019 01:27:32 -0500 Subject: spelling: unspecialized --- src/doxygen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doxygen.cpp b/src/doxygen.cpp index bd6152f..02764d1 100644 --- a/src/doxygen.cpp +++ b/src/doxygen.cpp @@ -4648,7 +4648,7 @@ static bool findClassRelation( // base class has template specifiers { // TODO: here we should try to find the correct template specialization - // but for now, we only look for the unspecializated base class. + // but for now, we only look for the unspecialized base class. int e=findEndOfTemplate(baseClassName,i+1); //printf("baseClass==0 i=%d e=%d\n",i,e); if (e!=-1) // end of template was found at e -- cgit v0.12