summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-15 23:05:17 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-15 23:05:17 +0000
commit3045faaf44a775c1918732a0c35062c935113c19 (patch)
tree08456ff5ae7bcb0124133f250f27b80b1acbb997
parentd95961e37e03f1060aa16cc0d6b0fe2fdbd4844d (diff)
Comment typo.
-rw-r--r--src/lib/subtitle.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle.cc b/src/lib/subtitle.cc
index 282a2cde1..8e1bfac22 100644
--- a/src/lib/subtitle.cc
+++ b/src/lib/subtitle.cc
@@ -138,7 +138,7 @@ subtitle_transformed_area (
return tx;
}
-/** @return area that this subtitle take up, in the original uncropped source's coordinate space */
+/** @return area that this subtitle takes up, in the original uncropped source's coordinate space */
Rect
Subtitle::area () const
{