Skip to content

Commit dc48b6c

Browse files
authored
Update Program.cs
1 parent 2f45041 commit dc48b6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/HelloWorld/Program.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static void Main(string[] args)
1212
{
1313
// 1. Initialize license
1414
/*
15-
// By setting organizaion ID as "200001", a 7-day trial license will be used for license verification.
15+
// By setting organization ID as "200001", a 7-day trial license will be used for license verification.
1616
// Note that network connection is required for this license to work.
1717
//
1818
// When using your own license, locate the following line and specify your Organization ID.
@@ -73,4 +73,4 @@ static void Main(string[] args)
7373
Console.ReadKey();
7474
}
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)