Skip to content

Commit f94365f

Browse files
RDKEMW-1017: Fixed the typo
Signed-off-by: yuvaramachandran_gurusamy <[email protected]>
1 parent 37d4560 commit f94365f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/Miracast/IMiracastService.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ namespace WPEFramework
120120
// @brief To abort the ongoing connection after accepted connection request
121121
// @text stopClientConnection
122122
// @param clientMac: MacAddress of the client device
123-
// @param clienName: Name of the client device
123+
// @param clientName: Name of the client device
124124
// @param success: Is the operation successful or not
125125
virtual Core::hresult StopClientConnection(const string &clientMac /* @in @text mac */, const string &clientName /* @in @text name */, Result &returnPayload /* @out */) = 0;
126126

0 commit comments

Comments
 (0)