[151035] contrib/mpab

ryandesign at macports.org ryandesign at macports.org
Fri Aug 5 14:33:42 PDT 2016


Revision: 151035
          https://trac.macports.org/changeset/151035
Author:   ryandesign at macports.org
Date:     2016-08-05 14:33:42 -0700 (Fri, 05 Aug 2016)
Log Message:
-----------
mpab: fix typos in error messages

Modified Paths:
--------------
    contrib/mpab/chroot-scripts/archivepath.tcl
    contrib/mpab/chroot-scripts/dep_ports.tcl
    contrib/mpab/chroot-scripts/genportlist.tcl
    contrib/mpab/subports.tcl

Modified: contrib/mpab/chroot-scripts/archivepath.tcl
===================================================================
--- contrib/mpab/chroot-scripts/archivepath.tcl	2016-08-05 21:31:21 UTC (rev 151034)
+++ contrib/mpab/chroot-scripts/archivepath.tcl	2016-08-05 21:33:42 UTC (rev 151035)
@@ -58,7 +58,7 @@
 
 if {[catch {mportinit "" "" ""} result]} {
    ui_error "$errorInfo"
-   ui_error "Failed to initialize ports sytem: $result"
+   ui_error "Failed to initialize ports system: $result"
    exit 1
 }
 

Modified: contrib/mpab/chroot-scripts/dep_ports.tcl
===================================================================
--- contrib/mpab/chroot-scripts/dep_ports.tcl	2016-08-05 21:31:21 UTC (rev 151034)
+++ contrib/mpab/chroot-scripts/dep_ports.tcl	2016-08-05 21:33:42 UTC (rev 151035)
@@ -59,7 +59,7 @@
 
 if {[catch {mportinit "" "" ""} result]} {
    ui_error "$errorInfo"
-   ui_error "Failed to initialize ports sytem: $result"
+   ui_error "Failed to initialize ports system: $result"
    exit 1
 }
 

Modified: contrib/mpab/chroot-scripts/genportlist.tcl
===================================================================
--- contrib/mpab/chroot-scripts/genportlist.tcl	2016-08-05 21:31:21 UTC (rev 151034)
+++ contrib/mpab/chroot-scripts/genportlist.tcl	2016-08-05 21:33:42 UTC (rev 151035)
@@ -102,7 +102,7 @@
 
 if {[catch {mportinit "" "" ""} result]} {
    puts stderr "$errorInfo"
-   error "Failed to initialize ports sytem: $result"
+   error "Failed to initialize ports system: $result"
 }
 
 set depstypes [list depends_fetch depends_extract depends_build depends_lib depends_run]

Modified: contrib/mpab/subports.tcl
===================================================================
--- contrib/mpab/subports.tcl	2016-08-05 21:31:21 UTC (rev 151034)
+++ contrib/mpab/subports.tcl	2016-08-05 21:33:42 UTC (rev 151035)
@@ -58,7 +58,7 @@
 
 if {[catch {mportinit "" "" ""} result]} {
    ui_error "$errorInfo"
-   ui_error "Failed to initialize ports sytem: $result"
+   ui_error "Failed to initialize ports system: $result"
    exit 1
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160805/b0f885d9/attachment.html>


More information about the macports-changes mailing list