diff --git a/Examples/Avalonia/app.manifest b/Examples/Avalonia/app.manifest index fe66722..ed79783 100644 --- a/Examples/Avalonia/app.manifest +++ b/Examples/Avalonia/app.manifest @@ -1,7 +1,7 @@  diff --git a/Nickvision.MPVSharp/Client.cs b/Nickvision.MPVSharp/Client.cs index 4b72665..f9fe032 100644 --- a/Nickvision.MPVSharp/Client.cs +++ b/Nickvision.MPVSharp/Client.cs @@ -301,7 +301,7 @@ public void SetProperty(string name, Node node) } /// - /// Sets property using format asynchroniously + /// Sets property using format asynchronously /// /// Reply Id /// Property name @@ -317,7 +317,7 @@ public void SetPropertyAsync(ulong replyUserdata, string name, bool data) } /// - /// Sets property using format asynchroniously + /// Sets property using format asynchronously /// /// Reply Id /// Property name @@ -333,7 +333,7 @@ public void SetPropertyAsync(ulong replyUserdata, string name, bool data) } /// - /// Sets property using format asynchroniously + /// Sets property using format asynchronously /// /// Reply Id /// Property name @@ -349,7 +349,7 @@ public void SetPropertyAsync(ulong replyUserdata, string name, bool data) } /// - /// Sets property using format asynchroniously + /// Sets property using format asynchronously /// /// Reply Id /// Property name @@ -365,7 +365,7 @@ public void SetPropertyAsync(ulong replyUserdata, string name, bool data) } /// - /// Sets property using format asynchroniously + /// Sets property using format asynchronously /// /// Reply Id /// Property name @@ -458,7 +458,7 @@ public void GetProperty(string name, out Node node) } /// - /// Gets property using format asynchroniously + /// Gets property using format asynchronously /// /// Reply Id /// Property name diff --git a/Nickvision.MPVSharp/Internal/MPVClient.cs b/Nickvision.MPVSharp/Internal/MPVClient.cs index 6b44296..0a3b663 100644 --- a/Nickvision.MPVSharp/Internal/MPVClient.cs +++ b/Nickvision.MPVSharp/Internal/MPVClient.cs @@ -444,7 +444,7 @@ public MPVError CommandAsync(ulong replyUserdata, string?[] command) public MPVError GetPropertyOSDString(string name, out string data) => mpv_get_property(Handle, name, MPVFormat.OSDString, out data); /// - /// Gets property asynchroniously + /// Gets property asynchronously /// /// Reply Id /// Property name