[vlc-devel] [PATCH 08/11] vlc_block: Fix spelling of 'subtract'

Sebastian Ramacher sramacher at debian.org
Tue Sep 26 23:19:53 CEST 2017


Signed-off-by: Sebastian Ramacher <sramacher at debian.org>
---
 include/vlc_block.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/vlc_block.h b/include/vlc_block.h
index 2bc230f2c7..1c94783016 100644
--- a/include/vlc_block.h
+++ b/include/vlc_block.h
@@ -158,9 +158,9 @@ VLC_API block_t *block_TryRealloc(block_t *, ssize_t pre, size_t body) VLC_USED;
  *
  * @return the reallocated block on succes, NULL on error.
  *
- * @note Skipping leading bytes can be achieved directly by substracting from
+ * @note Skipping leading bytes can be achieved directly by subtracting from
  * block_t.i_buffer and adding block_t.p_buffer.
- * @note Discard trailing bytes can be achieved directly by substracting from
+ * @note Discard trailing bytes can be achieved directly by subtracting from
  * block_t.i_buffer.
  * @note On error, the block is discarded.
  * To avoid that, use block_TryRealloc() instead.
-- 
2.14.2



More information about the vlc-devel mailing list