diff --git a/Code/Common/otbStreamingManager.h b/Code/Common/otbStreamingManager.h
index a911f5a5b6baf7a0ecbaf61e42509bb58e4e2ad5..8eb19802659f701cdd662fde39e14973f7503500 100644
--- a/Code/Common/otbStreamingManager.h
+++ b/Code/Common/otbStreamingManager.h
@@ -71,7 +71,7 @@ public:
   /** Dimension of input image. */
   itkStaticConstMacro(ImageDimension, unsigned int, ImageType::ImageDimension);
 
-  /** Actually computes the stream divisions, accorfing to the specified streaming mode,
+  /** Actually computes the stream divisions, according to the specified streaming mode,
    * eventually using the input parameter to estimate memory consumption */
   virtual void PrepareStreaming(itk::DataObject * input, const RegionType &region) = 0;