From dc9afa6c3a80e28eac8dd123fa0934b260ab58c9 Mon Sep 17 00:00:00 2001 From: SeppPenner Date: Wed, 8 Jun 2022 09:19:14 +0200 Subject: [PATCH] Samples, Github template: Fixed small typos. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .../RpcClient/{RcpClient_Samples.cs => RpcClient_Samples.cs} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename Samples/RpcClient/{RcpClient_Samples.cs => RpcClient_Samples.cs} (98%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6ed785a3..495c93b7 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -24,7 +24,7 @@ A clear and concise description of what the bug is. - Client - ManagedClient -- RcpClient +- RpcClient - Server ### To Reproduce diff --git a/Samples/RpcClient/RcpClient_Samples.cs b/Samples/RpcClient/RpcClient_Samples.cs similarity index 98% rename from Samples/RpcClient/RcpClient_Samples.cs rename to Samples/RpcClient/RpcClient_Samples.cs index bf7f45c4..c895014d 100644 --- a/Samples/RpcClient/RcpClient_Samples.cs +++ b/Samples/RpcClient/RpcClient_Samples.cs @@ -8,7 +8,7 @@ using MQTTnet.Protocol; namespace MQTTnet.Samples.RpcClient; -public static class RcpClient_Samples +public static class RpcClient_Samples { /* * The extension MQTTnet.Extensions.Rpc (available as nuget) allows sending a request and waiting for the matching reply. -- GitLab