diff options
author | marha <marha@users.sourceforge.net> | 2014-07-01 14:23:00 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-07-01 14:23:00 +0200 |
commit | 3095a03ec3cb1f05b49362327d10a767299d7635 (patch) | |
tree | 3c1c00424399de31f3be7d7a6e5f226b288d337e /xorg-server/hw/xwin/glx/reg.py | |
parent | b6fac85cb1bb78f48ed81aaf42ba6b840b2d6cad (diff) | |
download | vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.tar.gz vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.tar.bz2 vcxsrv-3095a03ec3cb1f05b49362327d10a767299d7635.zip |
Synchronised files and solved compilaton errors
Diffstat (limited to 'xorg-server/hw/xwin/glx/reg.py')
-rw-r--r-- | xorg-server/hw/xwin/glx/reg.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/hw/xwin/glx/reg.py b/xorg-server/hw/xwin/glx/reg.py index 1bbe0a052..9248b6624 100644 --- a/xorg-server/hw/xwin/glx/reg.py +++ b/xorg-server/hw/xwin/glx/reg.py @@ -222,7 +222,7 @@ def regSortFeatures(featureList): # the <extension>. Defaults to None. Usually the same as apiname. # addExtensions - regex matching names of additional extensions # to include. Defaults to None. -# removeExtenions - regex matching names of extensions to +# removeExtensions - regex matching names of extensions to # remove (after defaultExtensions and addExtensions). Defaults # to None. # sortProcedure - takes a list of FeatureInfo objects and sorts |