---
content/content_protected.h | 2 +-
content/handlers/image/webp.c | 2 +-
frontends/windows/font.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/content_protected.h b/content/content_protected.h
index fd0924d64..ce2a34cfe 100644
--- a/content/content_protected.h
+++ b/content/content_protected.h
@@ -120,7 +120,7 @@ struct content_handler {
*
* \param c The content being redrawn
* \param start_idx The start index of the text region to be redrawn
- * \param end_idx The end index of teh text region to be redrawn
+ * \param end_idx The end index of the text region to be redrawn
* \return NSERROR_OK on success else error code
*/
nserror (*textselection_redraw)(struct content *c, unsigned start_idx, unsigned end_idx);
diff --git a/content/handlers/image/webp.c b/content/handlers/image/webp.c
index c04c0efd2..32988516f 100644
--- a/content/handlers/image/webp.c
+++ b/content/handlers/image/webp.c
@@ -178,7 +178,7 @@ webp_cache_convert(struct content *c)
* demand.
*
* \param c The webp content object
- * \return true on successful processing of teh webp content else false
+ * \return true on successful processing of the webp content else false
*/
static bool webp_convert(struct content *c)
{
diff --git a/frontends/windows/font.c b/frontends/windows/font.c
index 3e81a80a1..91e05b16e 100644
--- a/frontends/windows/font.c
+++ b/frontends/windows/font.c
@@ -303,7 +303,7 @@ win32_font_split(const plot_font_style_t *style,
nserror res;
int c_off;
- /* get the offset into teh string on the proposed position */
+ /* get the offset into the string on the proposed position */
res = win32_font_position(style, string, length, x, offset, actual_x);
if (res != NSERROR_OK) {
return res;
--
2.46.2
No comments:
Post a Comment