diff postprocess_internal.h @ 98:e565483b1193 libpostproc

typo fixes: tempBlured --> tempBlurred
author diego
date Sat, 22 Mar 2008 17:36:31 +0000
parents c24dab9bca80
children 83d51d1fb580
line wrap: on
line diff
--- a/postprocess_internal.h	Sat Mar 22 16:46:36 2008 +0000
+++ b/postprocess_internal.h	Sat Mar 22 17:36:31 2008 +0000
@@ -130,8 +130,8 @@
     DECLARE_ALIGNED(8, uint64_t, packedYScale);
 
     /** Temporal noise reducing buffers */
-    uint8_t *tempBlured[3];
-    int32_t *tempBluredPast[3];
+    uint8_t *tempBlurred[3];
+    int32_t *tempBlurredPast[3];
 
     /** Temporary buffers for handling the last row(s) */
     uint8_t *tempDst;