[Pkg-ocaml-maint-commits] [ocaml] 07/10: Fix upstream typos and bad wordings

Stéphane Glondu glondu at alioth.debian.org
Thu Nov 7 16:03:42 UTC 2013


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch experimental/master
in repository ocaml.

commit 18fbdd2910cc08f2357c941961244303f5b1d8d1
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Oct 21 16:34:24 2013 +0200

    Fix upstream typos and bad wordings
---
 .../0009-Fix-typos-and-other-wording-issues.patch  |   82 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 2 files changed, 83 insertions(+)

diff --git a/debian/patches/0009-Fix-typos-and-other-wording-issues.patch b/debian/patches/0009-Fix-typos-and-other-wording-issues.patch
new file mode 100644
index 0000000..8747f7d
--- /dev/null
+++ b/debian/patches/0009-Fix-typos-and-other-wording-issues.patch
@@ -0,0 +1,82 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Mon, 21 Oct 2013 16:34:12 +0200
+Subject: Fix typos and other wording issues
+
+---
+ man/ocaml.m         | 2 +-
+ man/ocamlc.m        | 2 +-
+ man/ocamldoc.m      | 2 +-
+ man/ocamlopt.m      | 2 +-
+ stdlib/printexc.mli | 6 +++---
+ 5 files changed, 7 insertions(+), 7 deletions(-)
+
+diff --git a/man/ocaml.m b/man/ocaml.m
+index 39baf7b..cd3fb0d 100644
+--- a/man/ocaml.m
++++ b/man/ocaml.m
+@@ -136,7 +136,7 @@ directories searched for source and compiled files.
+ .BI \-ppx \ command
+ After parsing, pipe the abstract syntax tree through the preprocessor
+ .IR command .
+-The format of the input and ouput of the preprocessor
++The format of the input and output of the preprocessor
+ are not yet documented.
+ .TP
+ .B \-principal
+diff --git a/man/ocamlc.m b/man/ocamlc.m
+index fb3902a..1cdd9bd 100644
+--- a/man/ocamlc.m
++++ b/man/ocamlc.m
+@@ -478,7 +478,7 @@ implementation (.ml) file.
+ .BI \-ppx \ command
+ After parsing, pipe the abstract syntax tree through the preprocessor
+ .IR command .
+-The format of the input and ouput of the preprocessor
++The format of the input and output of the preprocessor
+ are not yet documented.
+ .TP
+ .B \-principal
+diff --git a/man/ocamldoc.m b/man/ocamldoc.m
+index 73ca3a6..b25833a 100644
+--- a/man/ocamldoc.m
++++ b/man/ocamldoc.m
+@@ -170,7 +170,7 @@ the comments in implementation files.
+ Always keep the source code for values, methods and instance variables, when
+ available. The source code is always kept when a .ml
+ file is given, but is by default discarded when a .mli
+-is given. This option allows to always keep the source code.
++is given. This option allows the source code to be always kept.
+ .TP
+ .BI \-load \ file
+ Load information from
+diff --git a/man/ocamlopt.m b/man/ocamlopt.m
+index 998651b..dea2249 100644
+--- a/man/ocamlopt.m
++++ b/man/ocamlopt.m
+@@ -431,7 +431,7 @@ errors, the intermediate file is deleted afterwards.
+ .BI \-ppx \ command
+ After parsing, pipe the abstract syntax tree through the preprocessor
+ .IR command .
+-The format of the input and ouput of the preprocessor
++The format of the input and output of the preprocessor
+ are not yet documented.
+ .TP
+ .B \-principal
+diff --git a/stdlib/printexc.mli b/stdlib/printexc.mli
+index 773fed8..fca086d 100644
+--- a/stdlib/printexc.mli
++++ b/stdlib/printexc.mli
+@@ -91,9 +91,9 @@ type raw_backtrace
+     a low-level format, instead of directly exposing them as string as
+     the [get_backtrace()] function does.
+ 
+-    This allows to pay the performance overhead of representation
+-    conversion and formatting only at printing time, which is useful
+-    if you want to record more backtrace than you actually print.
++    This allows delaying the formatting of backtraces to when they are
++    actually printed, which might be useful if you record more
++    backtraces than you print.
+ *)
+ 
+ val get_raw_backtrace: unit -> raw_backtrace
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index be80a2c..bfb7eca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@
 0006-Install-ocamlbuild-as-a-link-on-either-.native-or-.b.patch
 0007-Avoid-multiple-declarations-in-generated-.c-files-in.patch
 0008-Embed-bytecode-in-C-object-when-using-custom.patch
+0009-Fix-typos-and-other-wording-issues.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git



More information about the Pkg-ocaml-maint-commits mailing list