wmww/Pinecone

possible Typo in ErrorHandler.cpp

Closed this issue · 1 comments

ws-kj commented

On line 30 of src/ErrorHandler.cpp there's statement that looks like this:
case INTERNAL_ERROR: return "INTERNAL ERRER"; break;

Shouldn't this return "INTERNAL ERROR"?

wmww commented

Yes.