[pacman-dev] [PATCH] Clarify inter-conflicts message
Dan McGee
dpmcgee at gmail.com
Mon Jul 15 10:14:15 EDT 2013
On Sun, Jul 14, 2013 at 8:46 PM, Allan McRae <allan at archlinux.org> wrote:
> Use a clear message ather than using a made up work to describe what
s/ather/rather/, s/work/word/, otherwise looks good. :)
> we are doing.
>
> Signed-off-by: Allan McRae <allan at archlinux.org>
> ---
> src/pacman/callback.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/pacman/callback.c b/src/pacman/callback.c
> index c57ef34..d0b7c40 100644
> --- a/src/pacman/callback.c
> +++ b/src/pacman/callback.c
> @@ -169,7 +169,7 @@ void cb_event(alpm_event_t event, void *data1, void *data2)
> printf(_("resolving dependencies...\n"));
> break;
> case ALPM_EVENT_INTERCONFLICTS_START:
> - printf(_("looking for inter-conflicts...\n"));
> + printf(_("looking for conflicting packages...\n"));
> break;
> case ALPM_EVENT_ADD_START:
> if(config->noprogressbar) {
> --
> 1.8.3.2
>
>
More information about the pacman-dev
mailing list