Skip to content

Commit 372ea84

Browse files
author
Stephen Hodgson
committed
typo
1 parent d559760 commit 372ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/HoloToolkit/BuildAndDeploy/Editor/BuildSLNUtilities.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ public static void PerformBuild_CommandLine()
278278
// Use scenes from the editor build settings.
279279
Scenes = EditorBuildSettings.scenes.Where(scene => scene.enabled).Select(scene => scene.path),
280280

281-
// Configure a post build action to throw appropreate error code.
281+
// Configure a post build action to throw appropriate error code.
282282
PostBuildAction = (innerBuildInfo, buildError) =>
283283
{
284284
if (!string.IsNullOrEmpty(buildError))

0 commit comments

Comments
 (0)