Found a few more typos

This commit is contained in:
luz.paz
2019-12-20 06:07:52 -05:00
parent c5d2e00ba3
commit 7f425e7fe6
2 changed files with 2 additions and 2 deletions

View File

@@ -55,7 +55,7 @@ class RTSurface;
* - drag1 * - drag1
* - button1Released * - button1Released
* *
* Actually, only curves does use this class, and everything is handled for curve implementor (as much as possible). * Actually, only curves does use this class, and everything is handled for curve implementer (as much as possible).
* See the curve's class documentation to see how to implement the curve's pipette feature. * See the curve's class documentation to see how to implement the curve's pipette feature.
* *
* ### Event handling * ### Event handling

View File

@@ -225,7 +225,7 @@ Glib::ustring Options::getPreferredProfilePath()
* *
*@param profName path + filename of the procparam to look for. A filename without path can be provided for backward compatibility. *@param profName path + filename of the procparam to look for. A filename without path can be provided for backward compatibility.
* In this case, this parameter will be updated with the new format. * In this case, this parameter will be updated with the new format.
*@return Send back the absolute path of the given filename or "Neutral" if "Neutral" has been set to profName. Implementor will have *@return Send back the absolute path of the given filename or "Neutral" if "Neutral" has been set to profName. Implementer will have
* to test for this particular value. If the absolute path is invalid (e.g. the file doesn't exist), it will return an empty string. * to test for this particular value. If the absolute path is invalid (e.g. the file doesn't exist), it will return an empty string.
*/ */
Glib::ustring Options::findProfilePath(Glib::ustring &profName) Glib::ustring Options::findProfilePath(Glib::ustring &profName)