Skip to content

Commit ee70bcb

Browse files
committed
spelling: wizard
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent 88b881f commit ee70bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vsintegration/src/FSharp.ProjectSystem.Base/ProjectNode.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1969,7 +1969,7 @@ public virtual void Load(string fileName, string location, string name, uint fla
19691969

19701970

19711971
// Compute the file name
1972-
// We try to solve two problems here. When input comes from a wizzard in case of zipped based projects
1972+
// We try to solve two problems here. When input comes from a wizard in case of zipped based projects
19731973
// the parameters are different.
19741974
// In that case the filename has the new filename in a temporary path.
19751975

@@ -1980,7 +1980,7 @@ public virtual void Load(string fileName, string location, string name, uint fla
19801980

19811981
string tempName = String.Empty;
19821982

1983-
// We have to be sure that we are not going to loose data here. If the project name is a.b.c then for a project that was based on a zipped template(the wizzard calls us) GetFileNameWithoutExtension will suppress "c".
1983+
// We have to be sure that we are not going to loose data here. If the project name is a.b.c then for a project that was based on a zipped template(the wizard calls us) GetFileNameWithoutExtension will suppress "c".
19841984
// We are going to check if the parameter "name" is extension based and the extension is the same as the one from the "filename" parameter.
19851985
string tempExtension = Path.GetExtension(name);
19861986
if (!String.IsNullOrEmpty(tempExtension))

0 commit comments

Comments
 (0)