Skip to content

Commit 24e7499

Browse files
committed
Typo
1 parent eff9bff commit 24e7499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/MixedRealityToolkit/Utilities/Editor/Setup/MixedRealityProjectConfigurator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ public static bool IsMSBuildForUnityEnabled()
233233
return false;
234234
}
235235

236-
// Load the manfiest file.
236+
// Load the manifest file.
237237
string manifestFileContents = File.ReadAllText(manifestPath);
238238
if (string.IsNullOrWhiteSpace(manifestFileContents))
239239
{

0 commit comments

Comments
 (0)