diff options
author | Olivier Blin <oblin@mandriva.com> | 2008-11-14 10:48:48 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2008-11-14 10:48:48 +0000 |
commit | f79e3b81467e1b10f2603f5bacbeac499a74b97d (patch) | |
tree | 41522778f19442ccd15fcdf896874d0ba1b5097d /lib | |
parent | c0b36cf1778bbc66cdc881d4e1af4bde9cbadb96 (diff) | |
download | drak3d-f79e3b81467e1b10f2603f5bacbeac499a74b97d.tar drak3d-f79e3b81467e1b10f2603f5bacbeac499a74b97d.tar.gz drak3d-f79e3b81467e1b10f2603f5bacbeac499a74b97d.tar.bz2 drak3d-f79e3b81467e1b10f2603f5bacbeac499a74b97d.tar.xz drak3d-f79e3b81467e1b10f2603f5bacbeac499a74b97d.zip |
remove extra space
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Xconfig/glx.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/glx.pm b/lib/Xconfig/glx.pm index 25c0000..afad639 100644 --- a/lib/Xconfig/glx.pm +++ b/lib/Xconfig/glx.pm @@ -33,7 +33,7 @@ our @gl_compositing_servers = ( method => "native", name => N_("native support"), packages => [], - description => N_("Some drivers provide native support for OpenGL compositing (using AIGLX for example). If your system supports it, it is the preferred solution."), + description => N_("Some drivers provide native support for OpenGL compositing (using AIGLX for example). If your system supports it, it is the preferred solution."), }, { method => "Xgl", |