All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix two typos
@ 2015-03-26 20:29 Thomas Ackermann
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Ackermann @ 2015-03-26 20:29 UTC (permalink / raw)
  To: git; +Cc: gitster


Signed-off-by: Thomas Ackermann <th.acker@arcor.de>
---
 Documentation/RelNotes/2.4.0.txt               | 2 +-
 Documentation/technical/api-error-handling.txt | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Documentation/RelNotes/2.4.0.txt b/Documentation/RelNotes/2.4.0.txt
index 386c75d..cdfd578 100644
--- a/Documentation/RelNotes/2.4.0.txt
+++ b/Documentation/RelNotes/2.4.0.txt
@@ -296,7 +296,7 @@ notes for details).
    (merge 35840a3 jc/conf-var-doc later to maint).
 
  * An earlier workaround to squelch unhelpful deprecation warnings
-   from the complier on Mac OSX unnecessarily set minimum required
+   from the compiler on Mac OSX unnecessarily set minimum required
    version of the OS, which the user might want to raise (or lower)
    for other reasons.
    (merge 88c03eb es/squelch-openssl-warnings-on-macosx later to maint).
diff --git a/Documentation/technical/api-error-handling.txt b/Documentation/technical/api-error-handling.txt
index fc68db1..ceeedd4 100644
--- a/Documentation/technical/api-error-handling.txt
+++ b/Documentation/technical/api-error-handling.txt
@@ -58,7 +58,7 @@ to `die` or `error` as-is.  For example:
 	if (ref_transaction_commit(transaction, &err))
 		die("%s", err.buf);
 
-The 'err' parameter will be untouched if no error occured, so multiple
+The 'err' parameter will be untouched if no error occurred, so multiple
 function calls can be chained:
 
 	t = ref_transaction_begin(&err);
-- 
1.9.5.msysgit.0

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

* [PATCH] Fix two typos
@ 2017-12-06 15:17 Thiago Rafael Becker
  0 siblings, 0 replies; 2+ messages in thread
From: Thiago Rafael Becker @ 2017-12-06 15:17 UTC (permalink / raw)
  To: raven, autofs; +Cc: Thiago Rafael Becker

In two manpages random is misspelled as 'ramdom'

Signed-off-by: Thiago Rafael Becker <thiago.becker@gmail.com>
---
 man/auto.master.5.in | 2 +-
 man/automount.8      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/man/auto.master.5.in b/man/auto.master.5.in
index ba28494..6555e64 100644
--- a/man/auto.master.5.in
+++ b/man/auto.master.5.in
@@ -191,7 +191,7 @@ or with individual map entries. The option is ignored for direct mounts
 and non-root offest mount entries.
 .TP
 .I "\-r, \-\-random-multimount-selection"
-Enables the use of ramdom selection when choosing a host from a
+Enables the use of random selection when choosing a host from a
 list of replicated servers. This option is applied to this mount
 only, overriding the global setting that may be specified on the
 command line.
diff --git a/man/automount.8 b/man/automount.8
index 601c18c..78ae503 100644
--- a/man/automount.8
+++ b/man/automount.8
@@ -61,7 +61,7 @@ mount entries.
 Run the daemon in the foreground and log to stderr instead of syslog."
 .TP
 .I "\-r, \-\-random-multimount-selection"
-Enables the use of ramdom selection when choosing a host from a
+Enables the use of random selection when choosing a host from a
 list of replicated servers.
 .TP
 .I "\-m, \-\-dumpmaps [<map type> <map name>]"
-- 
2.9.5

--
To unsubscribe from this list: send the line "unsubscribe autofs" in

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

end of thread, other threads:[~2017-12-06 15:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-26 20:29 [PATCH] Fix two typos Thomas Ackermann
2017-12-06 15:17 Thiago Rafael Becker

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.