Skip to content
This repository has been archived by the owner on Nov 8, 2017. It is now read-only.

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
z0rc committed Dec 14, 2011
1 parent 65a873a commit 7d876c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-files/debian/optirun
@@ -1,7 +1,7 @@
#!/bin/sh

# Function for launch VirtualGL client with particular compression options.
# Otherwise vlgrun won't be able to work.
# Otherwise vglrun won't be able to work.
vglclient_start () {
if [ "$1" = "jpeg" -o "$1" = "rgb" -o "$1" = "yuv" ]; then
if [ "$2" = "yes" ]; then
Expand Down

0 comments on commit 7d876c1

Please sign in to comment.