Permalink
Browse files
portutil.tcl: correct a typo in a message
- Loading branch information
Showing
with
1 addition
and
1 deletion.
-
+1
−1
src/port1.0/portutil.tcl
|
|
@@ -2329,7 +2329,7 @@ proc adduser {name args} { |
|
|
set failed? 1 |
|
|
} catch {{CHILDSTATUS *} eCode eMessage} { |
|
|
foreach {- pid code} $eCode { |
|
|
ui_error "dscl($pid) termined with an exit status of $code" |
|
|
ui_error "dscl($pid) terminated with an exit status of $code" |
|
|
ui_debug "dscl printed: $eMessage" |
|
|
} |
|
|
|
|
|
|