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:
parent
e5bfc8529e
commit
9719250e73
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue