xbps-reconfigure: printf typo fix.
This commit is contained in:
parent
55982c7a3c
commit
edc9853904
@ -65,7 +65,7 @@ state_cb(struct xbps_handle *xhp, struct xbps_state_cb_data *xscd, void *cbd)
|
||||
switch (xscd->state) {
|
||||
/* notifications */
|
||||
case XBPS_STATE_CONFIGURE:
|
||||
printf("%s-%s: configuraring ...\n", xscd->arg0, xscd->arg1);
|
||||
printf("%s-%s: configuring ...\n", xscd->arg0, xscd->arg1);
|
||||
break;
|
||||
/* errors */
|
||||
case XBPS_STATE_CONFIGURE_FAIL:
|
||||
|
Loading…
Reference in New Issue
Block a user