diff error.h @ 957:e34e8d654ded libavutil

Fix grammar errors in documentation
author mru
date Wed, 30 Jun 2010 15:38:06 +0000
parents 2860cc0b5562
children 399b530e8fb2
line wrap: on
line diff
--- a/error.h	Wed Jun 30 10:38:04 2010 +0000
+++ b/error.h	Wed Jun 30 15:38:06 2010 +0000
@@ -58,7 +58,7 @@
 #endif
 
 /**
- * Puts a description of the AVERROR code errnum in errbuf.
+ * Put a description of the AVERROR code errnum in errbuf.
  * In case of failure the global variable errno is set to indicate the
  * error. Even in case of failure av_strerror() will print a generic
  * error message indicating the errnum provided to errbuf.