From 669df172ece6dc75608de701fa05fb77612352a1 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 18 Nov 2014 17:16:26 +0000 Subject: Fix my spelling of teh everywhere --- riscos/bitmap.c | 2 +- riscos/gui.c | 2 +- riscos/gui/status_bar.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'riscos') diff --git a/riscos/bitmap.c b/riscos/bitmap.c index c843be6e2..2c700ec7d 100644 --- a/riscos/bitmap.c +++ b/riscos/bitmap.c @@ -106,7 +106,7 @@ static bool bitmap_initialise(struct bitmap *bitmap) * * \param width width of image in pixels * \param height width of image in pixels - * \param state the state to create teh bitmap in. + * \param state the state to create the bitmap in. * \return an opaque struct bitmap, or NULL on memory exhaustion */ diff --git a/riscos/gui.c b/riscos/gui.c index 290c9a34d..7742008dd 100644 --- a/riscos/gui.c +++ b/riscos/gui.c @@ -1439,7 +1439,7 @@ static nserror ro_path_to_nsurl(const char *path, struct nsurl **url_out) return NSERROR_NOT_FOUND; } - /* create a unix path from teh cananocal risc os one */ + /* create a unix path from the cananocal risc os one */ unix_path = __unixify(canonical_path, __RISCOSIFY_NO_REVERSE_SUFFIX, NULL, 0, 0); if (unix_path == NULL) { diff --git a/riscos/gui/status_bar.c b/riscos/gui/status_bar.c index c269b918b..e7dc54279 100644 --- a/riscos/gui/status_bar.c +++ b/riscos/gui/status_bar.c @@ -210,7 +210,7 @@ unsigned int ro_gui_status_bar_get_width(struct status_bar *sb) * Set the visibility status of the status bar * * \param sb the status bar to check the visiblity of - * \param visible if teh status bar should be shown or not. + * \param visible if the status bar should be shown or not. * \return whether the status bar is visible */ void ro_gui_status_bar_set_visible(struct status_bar *sb, bool visible) -- cgit v1.2.3