From f1247c2f2fabfe53427629561313f23454c4b83e Mon Sep 17 00:00:00 2001 From: Ian Date: Tue, 30 Jan 2024 17:05:19 -0800 Subject: [PATCH] fix --- binding/dotnet/Porcupine/Utils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binding/dotnet/Porcupine/Utils.cs b/binding/dotnet/Porcupine/Utils.cs index 06d15991f..e36218047 100644 --- a/binding/dotnet/Porcupine/Utils.cs +++ b/binding/dotnet/Porcupine/Utils.cs @@ -110,7 +110,7 @@ public static string PvLinuxEnv() case "0xd07": return "jetson"; case "0xc08": return "beaglebone"; default: - throw new PlatformNotSupportedException($"This platform (CPU part = {cpuPart}) is not supported by Picovoice."); + throw new PlatformNotSupportedException($"This device (CPU part = {cpuPart}) is not supported by Picovoice."); } }