Browse code

Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by Diego.

Originally committed as revision 16475 to svn://svn.ffmpeg.org/ffmpeg/trunk

Ronald S. Bultje authored on 2009/01/08 01:01:15
Showing 1 changed files
... ...
@@ -76,7 +76,7 @@ enum RTSPClientState {
76 76
 };
77 77
 
78 78
 enum RTSPServerType {
79
-    RTSP_SERVER_RTP,  /**< Standard-compliant RTP-server */
79
+    RTSP_SERVER_RTP,  /**< Standards-compliant RTP-server */
80 80
     RTSP_SERVER_REAL, /**< Realmedia-style server */
81 81
     RTSP_SERVER_WMS,  /**< Windows Media server */
82 82
     RTSP_SERVER_LAST