cosmetic: correct typo in name PacketStatus
authorJoakim Plate <elupus@ecce.se>
Sun, 2 Sep 2012 08:36:27 +0000 (10:36 +0200)
committerJoakim Plate <elupus@ecce.se>
Sun, 2 Sep 2012 08:36:27 +0000 (10:36 +0200)
Thx spiff for the quick shout-out at devcon

xbmc/cores/dvdplayer/DVDPlayerAudio.h

index cc6e4cb..f9b4aac 100644 (file)
@@ -150,15 +150,15 @@ protected:
   double m_audioClock;
 
   // data for audio decoding
-  struct PacktetStatus
+  struct PacketStatus
   {
-    PacktetStatus()
+    PacketStatus()
     {
         msg = NULL;
         Release();
     }
 
-   ~PacktetStatus()
+   ~PacketStatus()
     {
         Release();
     }