From 293b3b1b4f254471f4d86fcad64167353b55797c Mon Sep 17 00:00:00 2001
From: Cash Costello <cash.costello@gmail.com>
Date: Mon, 1 Feb 2016 18:01:29 -0500
Subject: [PATCH] fixed a typo in PlaydarApi documentation

---
 src/libtomahawk-playdarapi/PlaydarApi.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libtomahawk-playdarapi/PlaydarApi.h b/src/libtomahawk-playdarapi/PlaydarApi.h
index 4abd203ac..496e72d6d 100644
--- a/src/libtomahawk-playdarapi/PlaydarApi.h
+++ b/src/libtomahawk-playdarapi/PlaydarApi.h
@@ -34,7 +34,7 @@ public:
      * Creates a Playdar HTTP interface
      * @param ha Address to listen on
      * @param port Port to listen on with HTTP
-     * @param sport Pot to listen on with HTTPS
+     * @param sport Port to listen on with HTTPS
      * @param parent
      */
     explicit PlaydarApi( QHostAddress ha, qint16 port, qint16 sport, QObject *parent = 0 );