summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorluz.paz <luzpaz@users.noreply.github.com>2018-03-05 06:08:53 -0500
committerluz.paz <luzpaz@users.noreply.github.com>2018-03-05 06:08:53 -0500
commitd60b923d468f77bc504675d563cdbf14a9a29469 (patch)
tree2c450390723b6b44869ddfc6b6c63237238548aa /src
parentc28759fb3a53dc4628ea2e95f6d4bd2f6980b32d (diff)
downloadlibepoxy-d60b923d468f77bc504675d563cdbf14a9a29469.tar.gz
Trival misc. typo fixes
Diffstat (limited to 'src')
-rw-r--r--src/dispatch_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dispatch_common.c b/src/dispatch_common.c
index 72cda4c..bc2fb94 100644
--- a/src/dispatch_common.c
+++ b/src/dispatch_common.c
@@ -487,7 +487,7 @@ epoxy_glsl_version(void)
* is supported by the client, this probably isn't the function you want.
*
* Some parts of the spec for OpenGL and friends will return an OpenGL formatted
- * extension string that is seperate from the usual extension strings for the
+ * extension string that is separate from the usual extension strings for the
* spec. This function provides easy parsing of those strings.
*
* @see epoxy_has_gl_extension()