diff --git a/lib/msix.dart b/lib/msix.dart index 93c56f8..92b974c 100644 --- a/lib/msix.dart +++ b/lib/msix.dart @@ -77,7 +77,7 @@ class Msix { if (_configuration.isUseingTestCertificate) { print(''); print(yellow( - 'This maix installer is signed with TEST certificate,\nif you have not yet installed this test certificate please read the following guide:')); + 'This msix installer is signed with TEST certificate,\nif you have not yet installed this test certificate please read the following guide:')); print( 'https://www.advancedinstaller.com/install-test-certificate-from-msix.html'); print('');