aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/upnp
diff options
context:
space:
mode:
authorGravatar Dessa2017-05-24 17:39:36 +0200
committerGravatar Dessa2017-05-24 17:39:36 +0200
commit90e1ffeefb2405f71095dd3529b4c0ec2fe2b906 (patch)
treeebc2d440ab6258fd3a51cedafb8313e667f1d71c /src/modules/upnp
parentMake Windows code Unicode-aware (#2219) (diff)
downloadKVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.gz
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.tar.bz2
KVIrc-90e1ffeefb2405f71095dd3529b4c0ec2fe2b906.zip
push and pull po{t}s, typo fixes
Diffstat (limited to 'src/modules/upnp')
-rw-r--r--src/modules/upnp/RootService.cpp2
-rw-r--r--src/modules/upnp/igdcontrolpoint.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/upnp/RootService.cpp b/src/modules/upnp/RootService.cpp
index e1cab77ee..efce5e6da 100644
--- a/src/modules/upnp/RootService.cpp
+++ b/src/modules/upnp/RootService.cpp
@@ -42,7 +42,7 @@
namespace UPnP
{
- // The contructor
+ // The constructor
RootService::RootService(const QString & hostname, int port, const QString & rootUrl)
: Service(hostname, port, rootUrl), m_szHostname(hostname), m_iPort(port)
{
diff --git a/src/modules/upnp/igdcontrolpoint.h b/src/modules/upnp/igdcontrolpoint.h
index 91c46e1e4..e292c0e72 100644
--- a/src/modules/upnp/igdcontrolpoint.h
+++ b/src/modules/upnp/igdcontrolpoint.h
@@ -81,7 +81,7 @@ namespace UPnP
// A WAN connection query was finished
void slotWanQueryFinished(bool error);
- private: // private attibutes
+ private: // private attributes
// Is a gateway available?
bool m_bGatewayAvailable;
// The host of the gateway