Skip to content

Commit aed8387

Browse files
Fix comment spelling
1 parent 0f52d20 commit aed8387

File tree

1 file changed

+1
-1
lines changed
  • com.playeveryware.eos/Runtime/EOS_SDK/Generated

1 file changed

+1
-1
lines changed

com.playeveryware.eos/Runtime/EOS_SDK/Generated/Bindings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3616,7 +3616,7 @@ public static void Hook<TLibraryHandle>(TLibraryHandle libraryHandle, Func<TLibr
36163616
if (functionPointer == IntPtr.Zero) throw new DynamicBindingException(EOS_PresenceModification_SetStatusName);
36173617
EOS_PresenceModification_SetStatus = (EOS_PresenceModification_SetStatusDelegate)Marshal.GetDelegateForFunctionPointer(functionPointer, typeof(EOS_PresenceModification_SetStatusDelegate));
36183618

3619-
/// Temporary fix to support combining two differetn EOS SDK versions. Will remove in the next EOS SDK update with a permanent fix.
3619+
/// Temporary fix to support combining two different EOS SDK versions. Will remove in the next EOS SDK update with a permanent fix.
36203620
#if !UNITY_EDITOR_OSX
36213621
functionPointer = getFunctionPointer(libraryHandle, EOS_PresenceModification_SetTemplateDataName);
36223622
if (functionPointer == IntPtr.Zero) throw new DynamicBindingException(EOS_PresenceModification_SetTemplateDataName);

0 commit comments

Comments
 (0)