Skip to content

Commit 7d43aab

Browse files
Updated typo
1 parent a3d46ed commit 7d43aab

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Assets/HoloToolkit-Examples/Sharing/SharingService/Scripts/ImportExportAnchorManager.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ private static bool ShouldLocalUserCreateRoom
205205
/// </summary>
206206
private RoomManagerAdapter roomManagerListener;
207207

208-
#region Untiy APIs
208+
#region Unity APIs
209209

210210
protected override void Awake()
211211
{
@@ -301,9 +301,9 @@ protected override void OnDestroy()
301301
base.OnDestroy();
302302
}
303303

304-
#endregion
304+
#endregion
305305

306-
#region Event Callbacks
306+
#region Event Callbacks
307307

308308
/// <summary>
309309
/// Called when the sharing stage connects to a server.
@@ -470,7 +470,7 @@ private void CurrentUserLeftSession(Session session)
470470
ResetState();
471471
}
472472

473-
#endregion
473+
#endregion
474474

475475
/// <summary>
476476
/// Resets the Anchor Manager state.
@@ -654,7 +654,7 @@ private void StartAnchorProcess()
654654
#endif
655655
}
656656

657-
#region WSA Specific Methods
657+
#region WSA Specific Methods
658658

659659
#if UNITY_WSA && !UNITY_EDITOR
660660

@@ -966,6 +966,6 @@ private void ExportComplete(SerializationCompletionReason status)
966966
}
967967

968968
#endif // UNITY_WSA
969-
#endregion // WSA Specific Methods
969+
#endregion // WSA Specific Methods
970970
}
971971
}

0 commit comments

Comments
 (0)