mbox

[PULL,for-2.1] Trivial patch for 2014-07-26

Message ID 1406359101-17791-1-git-send-email-mjt@msgid.tls.msk.ru
State New
Headers show

Pull-request

git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-26

Message

Michael Tokarev July 26, 2014, 7:18 a.m. UTC
There's just one trivial patch this time, fixing another
occurence of "allows to" in help text.  Please consider
applying for 2.1.

Thanks,

/mjt

The following changes since commit c60a57ff497667780132a3fcdc1500c83af5d5c0:

  Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-07-25 16:58:41 +0100)

are available in the git repository at:

  git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-26

for you to fetch changes up to 2f47b403bd494b6717ef14c0d278d4b2d364b382:

  qemu-options: fix another allows-to for -net l2tpv3 (2014-07-26 11:16:44 +0400)

----------------------------------------------------------------
trivial patches for 2014-07-26

----------------------------------------------------------------
Michael Tokarev (1):
      qemu-options: fix another allows-to for -net l2tpv3

 qemu-options.hx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Maydell July 28, 2014, 10:40 a.m. UTC | #1
On 26 July 2014 08:18, Michael Tokarev <mjt@tls.msk.ru> wrote:
> There's just one trivial patch this time, fixing another
> occurence of "allows to" in help text.  Please consider
> applying for 2.1.
>
> Thanks,
>
> /mjt
>
> The following changes since commit c60a57ff497667780132a3fcdc1500c83af5d5c0:
>
>   Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging (2014-07-25 16:58:41 +0100)
>
> are available in the git repository at:
>
>   git://git.corpit.ru/qemu.git tags/trivial-patches-2014-07-26
>
> for you to fetch changes up to 2f47b403bd494b6717ef14c0d278d4b2d364b382:
>
>   qemu-options: fix another allows-to for -net l2tpv3 (2014-07-26 11:16:44 +0400)
>
> ----------------------------------------------------------------
> trivial patches for 2014-07-26
>
> ----------------------------------------------------------------
> Michael Tokarev (1):
>       qemu-options: fix another allows-to for -net l2tpv3
>
>  qemu-options.hx |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied, thanks.

-- PMM