mirror of
https://github.com/LibreOffice/online.git
synced 2025-08-20 23:24:34 +00:00
typo fixes in comments and code
Change-Id: I6f31e050aab701e31064e1abc9429dce0a50c279 Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92953 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
@ -92,7 +92,7 @@ T getJSONValue(const Poco::JSON::Object::Ptr &object, const std::string& key)
|
||||
}
|
||||
|
||||
/// Function that searches `object` for `key` and warns if there are minor mis-spellings involved.
|
||||
/// Upon successfull search, fills `value` with value found in object.
|
||||
/// Upon successful search, fills `value` with value found in object.
|
||||
/// Removes the entry from the JSON object if @bRemove == true.
|
||||
template <typename T>
|
||||
bool findJSONValue(Poco::JSON::Object::Ptr &object, const std::string& key, T& value, bool bRemove = true)
|
||||
|
Reference in New Issue
Block a user