]> git.sesse.net Git - vlc/blobdiff - modules/access/satellite/access.c
* Spelling fixes.
[vlc] / modules / access / satellite / access.c
index 6681bcb40f8e6c00a671d22043176356045745ab..23819a02e78f6b11a259bccf103c31fb8ab8b821 100644 (file)
@@ -298,7 +298,7 @@ int E_(Open) ( vlc_object_t *p_this )
 
         if ( ioctl_SECControl( i_tuner, i_freq, b_pol, i_lnb_slof, b_diseqc ) < 0 )
         {
-            msg_Err( p_input, "an error occured when controling SEC" );
+            msg_Err( p_input, "an error occurred when controling SEC" );
             close( p_satellite->i_handle );
             free( p_satellite );
             return -1;