From 046044618d8540ea703060dbf8bfb7dbe577c9b8 Mon Sep 17 00:00:00 2001
From: purpasmart96 <kanzoconfigz@hotmail.com>
Date: Mon, 11 May 2015 15:18:54 -0700
Subject: [PATCH] NWM_UDS: Fix a typo in the nwm service port name

---
 src/core/hle/service/nwm_uds.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/core/hle/service/nwm_uds.h b/src/core/hle/service/nwm_uds.h
index 9043f5aa72..82abdff28a 100644
--- a/src/core/hle/service/nwm_uds.h
+++ b/src/core/hle/service/nwm_uds.h
@@ -18,7 +18,7 @@ public:
     Interface();
 
     std::string GetPortName() const override {
-        return "nwm:UDS";
+        return "nwm::UDS";
     }
 };