From 25257ccf58038ea39b56ec1af64e93e9cc7c9162 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Sat, 9 May 2015 22:01:04 -0300 Subject: [PATCH] docs/design/part-clocks.txt: minor corrections --- docs/design/part-clocks.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design/part-clocks.txt b/docs/design/part-clocks.txt index 5a7816fda7..e149a4983a 100644 --- a/docs/design/part-clocks.txt +++ b/docs/design/part-clocks.txt @@ -78,7 +78,7 @@ Clock implementations The GStreamer core provides a GstSystemClock based on the system time. Asynchronous callbacks are scheduled from an internal thread. -Clock implementors are encouraged to subclass this systemclock as it +Clock implementers are encouraged to subclass this systemclock as it implements the async notification. Subclasses can however override all of the important methods for sync and