[Spice-devel] [PATCH] fix typo in client/cmd_line_parser.cpp

Alon Levy alevy at redhat.com
Sun Jul 24 02:53:37 PDT 2011


On Sun, Jul 24, 2011 at 03:35:43PM +0800, Liang Guo wrote:
> Fix typo in client/cmd_line_parser.cpp

can you resend as a proper input to git am? assuming you are using
the git repository, and your commited a patch for each typo, do a
"git format-patch HEAD^^" and send the resulting 0001* and 0002* files
with "git send-email --to spice-devel at freedesktop.org 0001* 0002*"

>         seperator -> separator
> --- a/client/cmd_line_parser.cpp
> +++ b/client/cmd_line_parser.cpp
> @@ -140,7 +140,7 @@
>      }
> 
>      if (!ispunct(seperator)) {
> -        THROW("invalid seperator");
> +        THROW("invalid separator");
>      }
> 
>      Option* opt = find(id);
> 
> 
> -- 
> Liang Guo
> http://bluestone.cublog.cn
> _______________________________________________
> Spice-devel mailing list
> Spice-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/spice-devel


More information about the Spice-devel mailing list