summaryrefslogtreecommitdiffstats
path: root/spudec.c
diff options
context:
space:
mode:
Diffstat (limited to 'spudec.c')
-rw-r--r--spudec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/spudec.c b/spudec.c
index 8bcc580065..10ab1f69fb 100644
--- a/spudec.c
+++ b/spudec.c
@@ -304,7 +304,7 @@ static void spudec_process_data(spudec_handle_t *this, packet_t *packet)
/*
This function tries to create a usable palette.
- Is searchs how many non-transparent colors are used and assigns different
+ It determines how many non-transparent colors are used, and assigns different
gray scale values to each color.
I tested it with four streams and even got something readable. Half of the
times I got black characters with white around and half the reverse.