Skip to content

Commit 9873110

Browse files
author
Stephen Hodgson
authored
Fixed typo in EditorGUILayoutExtensions
1 parent 0c1e3bb commit 9873110

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Assets/HoloToolkit/Utilities/Editor/EditorGUILayoutExtensions.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public static T ObjectField<T>(GUIContent guiContent, T value, bool allowSceneOb
4646

4747
if (objValue == null)
4848
{
49-
// We want to return null so we can dispay our blank field.
49+
// We want to return null so we can display our blank field.
5050
return (T)objValue;
5151
}
5252

@@ -76,4 +76,4 @@ public static T ObjectField<T>(GUIContent guiContent, T value, bool allowSceneOb
7676
return (T)objValue;
7777
}
7878
}
79-
}
79+
}

0 commit comments

Comments
 (0)