diff --git a/src/server/kiwix-serve.cpp b/src/server/kiwix-serve.cpp index 8c204df..04a48db 100644 --- a/src/server/kiwix-serve.cpp +++ b/src/server/kiwix-serve.cpp @@ -297,7 +297,7 @@ static int accessHandlerCallback(void *cls, } pthread_mutex_unlock(&searcherLock); } else { - content = "\nFulltext search unavailable

Nott Found

There is no article with the title \"" + kiwix::encodeDiples(patternString) + "\" and the fulltext search engine is not available for this content.

"; + content = "\nFulltext search unavailable

Not Found

There is no article with the title \"" + kiwix::encodeDiples(patternString) + "\" and the fulltext search engine is not available for this content.

"; httpResponseCode = MHD_HTTP_NOT_FOUND; }