fix(COOLWSD): Fix a typo remove_font_config->remote

Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
Change-Id: Ib2c5bc13ded052aa3e76b0dcb280b32d7febedb5
Signed-off-by: Darshan-upadhyay1110 <darshan.upadhyay@collabora.com>
This commit is contained in:
Josh 2024-06-30 23:23:41 -04:00 committed by pedropintosilva
parent e5bfc8529e
commit 9719250e73

View file

@ -1451,7 +1451,7 @@ public:
}
catch (const Poco::NullPointerException&)
{
LOG_INF("Overriding the remote font config URL failed because the remove_font_config entry does not exist");
LOG_INF("Overriding the remote font config URL failed because the remote_font_config entry does not exist");
}
catch (const std::exception& exc)
{