Fix typos
Change-Id: I8163ad2712522e79d236a3e682b2bbce79dc16e7
Reviewed-on: https://gerrit.libreoffice.org/74760
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
diff --git a/include/LibreOfficeKit/LibreOfficeKit.hxx b/include/LibreOfficeKit/LibreOfficeKit.hxx
index 70fdab2..d1a3106 100644
--- a/include/LibreOfficeKit/LibreOfficeKit.hxx
+++ b/include/LibreOfficeKit/LibreOfficeKit.hxx
@@ -386,7 +386,7 @@ public:
/**
* Returns a json mapping of the possible values for the given command
* e.g. {commandName: ".uno:StyleApply", commandValues: {"familyName1" : ["list of style names in the family1"], etc.}}
* @param pCommand a uno command for which the possible values are requested
* @param pCommand a UNO command for which the possible values are requested
* @return {commandName: unoCmd, commandValues: {possible_values}}
*/
char* getCommandValues(const char* pCommand)
@@ -626,7 +626,7 @@ public:
/**
* Gets an image of the selected shapes.
* @param pOutput contains the result; use free to deallocate.
* @return the size ouf *pOutput in bytes.
* @return the size of *pOutput in bytes.
*/
size_t renderShapeSelection(char** pOutput)
{