All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] typos
@ 2008-08-04 10:21 Samuel Thibault
  0 siblings, 0 replies; 2+ messages in thread
From: Samuel Thibault @ 2008-08-04 10:21 UTC (permalink / raw)
  To: xen-devel

typos

From: Diego Ongaro <diego.ongaro@eu.citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r b96ae3359ba8 tools/xenstat/libxenstat/src/xenstat.c
--- a/tools/xenstat/libxenstat/src/xenstat.c	Fri Aug 01 16:51:01 2008 +0100
+++ b/tools/xenstat/libxenstat/src/xenstat.c	Fri Aug 01 16:51:02 2008 +0100
@@ -109,7 +109,7 @@
 
 	handle->xshandle = xs_daemon_open_readonly(); /* open handle to xenstore*/
 	if (handle->xshandle == NULL) {
-		perror("unable to open xenstore\n");
+		perror("unable to open xenstore");
 		xc_interface_close(handle->xc_handle);
 		free(handle);
 		return NULL;
diff -r b6d1b5c04672 README
--- a/README	Fri Aug 01 16:50:58 2008 +0100
+++ b/README	Fri Aug 01 16:50:59 2008 +0100
@@ -224,6 +224,6 @@
 to modify grub.conf to use tboot to launch Xen.
 
 There are optional targets as part of Xen's top-level makefile that will
-downlaod and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
+download and build tboot: install-tboot, build-tboot, dist-tboot, clean-tboot.
 These will download the latest tar file from the SourceForge site using wget,
 then build/install/dist according to Xen's settings.
diff -r 162366024319 tools/libxc/xc_dom_boot.c
--- a/tools/libxc/xc_dom_boot.c	Fri Aug 01 16:51:00 2008 +0100
+++ b/tools/libxc/xc_dom_boot.c	Fri Aug 01 16:51:01 2008 +0100
@@ -4,7 +4,7 @@
  * This is the code which actually boots a fresh
  * prepared domain image as xen guest domain.
  *
- * ==>  this is the only domain bilder code piece
+ * ==>  this is the only domain builder code piece
  *          where xen hypercalls are allowed        <==
  *
  * This code is licenced under the GPL.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Typos.
@ 2008-09-29 20:30 Ralf Wildenhues
  0 siblings, 0 replies; 2+ messages in thread
From: Ralf Wildenhues @ 2008-09-29 20:30 UTC (permalink / raw)
  To: git

---
 Documentation/RelNotes-1.6.1.txt |    4 ++--
 Documentation/git-read-tree.txt  |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/RelNotes-1.6.1.txt b/Documentation/RelNotes-1.6.1.txt
index 421e569..906932c 100644
--- a/Documentation/RelNotes-1.6.1.txt
+++ b/Documentation/RelNotes-1.6.1.txt
@@ -59,7 +59,7 @@ on.
 
 * "git daemon" learned --max-connections=<count> option.
 
-* "git diff" learned to mimick --suppress-blank-empty from GNU diff via a
+* "git diff" learned to mimic --suppress-blank-empty from GNU diff via a
   configuration option.
 
 * "git diff" learned to put more sensible hunk headers for Python and
@@ -121,7 +121,7 @@ release, unless otherwise noted.
   is a path in it).
 
 * "git diff --stdin" used to take two trees on a line and compared them,
-  but we droppped support for such a use case long time ago.  This has
+  but we dropped support for such a use case long time ago.  This has
   been resurrected.
 
 * "git filter-branch" failed to rewrite a tag name with slashes in it.
diff --git a/Documentation/git-read-tree.txt b/Documentation/git-read-tree.txt
index 309deac..7160fa1 100644
--- a/Documentation/git-read-tree.txt
+++ b/Documentation/git-read-tree.txt
@@ -212,7 +212,7 @@ output after two-tree merge.
 
 Case #3 is slightly tricky and needs explanation.  The result from this
 rule logically should be to remove the path if the user staged the removal
-of the path and then swiching to a new branch.  That however will prevent
+of the path and then switching to a new branch.  That however will prevent
 the initial checkout from happening, so the rule is modified to use M (new
 tree) only when the contents of the index is empty.  Otherwise the removal
 of the path is kept as long as $H and $M are the same.
-- 
1.6.0.1.309.g48068

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-09-29 20:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-04 10:21 [PATCH] typos Samuel Thibault
  -- strict thread matches above, loose matches on Subject: below --
2008-09-29 20:30 [PATCH] Typos Ralf Wildenhues

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.