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(-) (limited to 'lib') 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(-)

(limited to 'lib')

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