.
authorMart Lubbers <mart@martlubbers.net>
Sun, 2 Jul 2017 14:22:34 +0000 (16:22 +0200)
committerMart Lubbers <mart@martlubbers.net>
Sun, 2 Jul 2017 14:22:34 +0000 (16:22 +0200)
arch.itasks.tex

index 040b287..5ef0e6d 100644 (file)
@@ -11,7 +11,7 @@ type which is in turn stored in a \gls{SDS}. This includes management for the
 \glspl{SDS} and \glspl{Task} stored on the device. The \CI{MTaskDevice}
 definition is shown in Listing~\ref{lst:mtaskdevice} accompanied with the
 necessary classes and sub types. Devices added to the system must be reachable
-asynchronously. This implicates that the programmer only needs to keep hold of
+asynchronously. This implies that the programmer only needs to keep hold of
 the reference to the device and not the actual device record.
 
 \begin{lstlisting}[caption={Device type},label={lst:mtaskdevice}]