Skip to content

Commit 74a8525

Browse files
authored
Fix typo
1 parent 102c642 commit 74a8525

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ValveSockets.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -681,11 +681,11 @@ public void SetDebugCallback(DebugType detailLevel, DebugCallback callback) {
681681
Native.SteamAPI_ISteamNetworkingUtils_SetDebugOutputFunction(nativeUtils, detailLevel, callback);
682682
}
683683

684-
public bool SetConfiguratioValue(ConfigurationValue configurationValue, ConfigurationScope configurationScope, IntPtr scopeObject, ConfigurationDataType dataType, IntPtr value) {
684+
public bool SetConfigurationValue(ConfigurationValue configurationValue, ConfigurationScope configurationScope, IntPtr scopeObject, ConfigurationDataType dataType, IntPtr value) {
685685
return Native.SteamAPI_ISteamNetworkingUtils_SetConfigValue(nativeUtils, configurationValue, configurationScope, scopeObject, dataType, value);
686686
}
687687

688-
public bool SetConfiguratioValue(Configuration configuration, ConfigurationScope configurationScope, IntPtr scopeObject) {
688+
public bool SetConfigurationValue(Configuration configuration, ConfigurationScope configurationScope, IntPtr scopeObject) {
689689
return Native.SteamAPI_ISteamNetworkingUtils_SetConfigValueStruct(nativeUtils, configuration, configurationScope, scopeObject);
690690
}
691691

0 commit comments

Comments
 (0)