From a435cefa6ee51bbec400836195359c94682a1008 Mon Sep 17 00:00:00 2001 From: Henrik Nord Date: Tue, 9 Feb 2016 10:59:56 +0100 Subject: s/is/are --- lib/stdlib/doc/src/filename.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stdlib/doc/src/filename.xml b/lib/stdlib/doc/src/filename.xml index 77e262dbe6..1d4ffc10f9 100644 --- a/lib/stdlib/doc/src/filename.xml +++ b/lib/stdlib/doc/src/filename.xml @@ -214,7 +214,7 @@

Converts Path to a form accepted by the command shell and native applications on the current platform. On Windows, - forward slashes is converted to backward slashes. On all + forward slashes are converted to backward slashes. On all platforms, the name is normalized as done by join/1.

 19> filename:nativename("/usr/local/bin/"). % Unix
-- 
cgit v1.2.3


From 46a9a5c36679f613d2ec626eff1d727649fd2bd5 Mon Sep 17 00:00:00 2001
From: Hamidreza Soleimani 
Date: Tue, 9 Feb 2016 13:56:58 +0330
Subject: Fix typo in 'app' documentation

---
 lib/kernel/doc/src/app.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/kernel/doc/src/app.xml b/lib/kernel/doc/src/app.xml
index d6d6167923..35feec144e 100644
--- a/lib/kernel/doc/src/app.xml
+++ b/lib/kernel/doc/src/app.xml
@@ -201,7 +201,7 @@ RTDeps       [ApplicationVersion] []
       how to compare application versions see
       the
       documentation of versions in the system principles
-      guide. Note that that the application version
+      guide. Note that the application version
       specifies a source code version. An additional indirect
       requirement is that installed binary application of
       the specified version has been built so that it is
-- 
cgit v1.2.3


From 40735929461728a81a5f1fc07890e5d9df5bc132 Mon Sep 17 00:00:00 2001
From: Bruce Yinhe 
Date: Wed, 3 Feb 2016 22:08:31 +0100
Subject: Update README.md

Add description for bug reports
---
 README.md | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/README.md b/README.md
index b5c27f1bae..ed3bf26d6e 100644
--- a/README.md
+++ b/README.md
@@ -61,6 +61,12 @@ In short:
 *   Once or twice a week, a status email called ["What's cooking in Erlang/OTP"] [4]
     will be sent to the [`erlang-patches`] [3] mailing list.
 
+Bug Reports
+--------------------------
+
+Please look at the [instructions for submitting bugs reports] [6].
+
+
 Copyright and License
 ---------------------
 
@@ -89,3 +95,4 @@ Copyright and License
    [3]: http://www.erlang.org/static/doc/mailinglist.html
    [4]: http://erlang.github.com/otp/
    [5]: HOWTO/INSTALL.md
+   [6]: https://github.com/erlang/otp/wiki/Bug-reports
-- 
cgit v1.2.3


From 4a39536d3566277e19838bd45f1c340e3d88b998 Mon Sep 17 00:00:00 2001
From: Prayag Verma 
Date: Wed, 3 Feb 2016 18:01:08 +0530
Subject: Fix typo in INSTALL.md

Found a spelling mistake -
`achived` > `achieved`
---
 HOWTO/INSTALL.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 0b78f4ca56..c2655d2810 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -406,7 +406,7 @@ Some of the available `configure` options are:
     that has to be the same as the filename. You also have to define
     `STATIC_ERLANG_{NIF,DRIVER}` when compiling the .o files for the nif/driver.
     If your nif/driver depends on some other dynamic library, you now have to link
-    that to the Erlang VM binary. This is easily achived by passing `LIBS=-llibname`
+    that to the Erlang VM binary. This is easily achieved by passing `LIBS=-llibname`
     to configure.
 *   `--without-$app` - By default all applications in Erlang/OTP will be included
 	in a release. If this is not wanted it is possible to specify that Erlang/OTP
-- 
cgit v1.2.3