diff --git a/Examples/IO/ExplicitStreamingExample.cxx b/Examples/IO/ExplicitStreamingExample.cxx
index 99e68a2a1052eb2ac22033a6c34af567f50123f1..6e4679360fc0227ca5bccec5b308d80116a89923 100644
--- a/Examples/IO/ExplicitStreamingExample.cxx
+++ b/Examples/IO/ExplicitStreamingExample.cxx
@@ -30,7 +30,7 @@
 //
 //  Usually, the streaming process is hidden within the pipeline. This
 //  allows the user to get rid of the annoying task of splitting the
-//  images into tiles, end so on. However, for some kinds of
+//  images into tiles, and so on. However, for some kinds of
 //  processing, we do not really need a pipeline: no writer is needed,
 //  only read access to pixel values is wanted. In these cases, one
 //  has to explicitly set up the streaming procedure. Fortunately, OTB