diff options
author | Zoë Blade <[email protected]> | 2015-04-22 11:33:17 +0100 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2015-04-27 17:28:29 +0300 |
commit | 05e7f7f4388bde882b7ce74124000a4d435affff (patch) | |
tree | 9a7c7ea02152900a03fc6662aa60a7b8f79dad06 /src/glx/apple/apple_glx_surface.c | |
parent | e17dc004fd96e589e92ee64deeb45339af4bf671 (diff) |
Fix a few typos
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/glx/apple/apple_glx_surface.c')
-rw-r--r-- | src/glx/apple/apple_glx_surface.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/glx/apple/apple_glx_surface.c b/src/glx/apple/apple_glx_surface.c index 915520286b0..51583bb40bc 100644 --- a/src/glx/apple/apple_glx_surface.c +++ b/src/glx/apple/apple_glx_surface.c @@ -124,7 +124,7 @@ surface_destroy(Display * dpy, struct apple_glx_drawable *d) } } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ static bool create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) { @@ -158,7 +158,7 @@ create_surface(Display * dpy, int screen, struct apple_glx_drawable *d) return true; /* unable to create a surface. */ } -/* Return true if an error occured. */ +/* Return true if an error occurred. */ /* This returns a referenced object via resultptr. */ bool apple_glx_surface_create(Display * dpy, int screen, |