From 19056c681ddff3a58ae54a488834432add997267 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Wed, 4 Nov 2020 01:11:33 +0000 Subject: [PATCH] maix -> msix --- lib/msix.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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('');