From d166333d3c0d0584841f90654d63934edd076c5c Mon Sep 17 00:00:00 2001
From: Sverker Eriksson <sverker@erlang.org>
Date: Tue, 23 Feb 2016 17:22:56 +0100
Subject: typos

---
 HOWTO/INSTALL.md  | 2 +-
 configure.in      | 2 +-
 erts/configure.in | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/HOWTO/INSTALL.md b/HOWTO/INSTALL.md
index 0b78f4ca56..a823d5abbc 100644
--- a/HOWTO/INSTALL.md
+++ b/HOWTO/INSTALL.md
@@ -381,7 +381,7 @@ Some of the available `configure` options are:
     if different than specified by `--with-ssl=PATH`
 *   `--with-ssl-rpath=yes|no|PATHS` - Runtime library path for OpenSSL.
     Default is `yes`, which equates to a number of standard locations. If
-    `no`, then no runtime library paths wil be used. Anything else should be
+    `no`, then no runtime library paths will be used. Anything else should be
     a comma separated list of paths.
 *   `--with-libatomic_ops=PATH` - Use the `libatomic_ops` library for atomic
     memory accesses. If `configure` should inform you about no native atomic
diff --git a/configure.in b/configure.in
index 64b0bdac6d..40498f2ff9 100644
--- a/configure.in
+++ b/configure.in
@@ -271,7 +271,7 @@ AC_ARG_WITH(ssl-rpath,
 AS_HELP_STRING([--with-ssl-rpath=yes|no|PATHS],
                [runtime library path for OpenSSL. Default is 'yes', which equates to a
 	       number of standard locations. If 'no', then no runtime
-	       library paths wil be used. Anything else should be a
+	       library paths will be used. Anything else should be a
 	       comma separated list of paths.]))
 
 AC_ARG_ENABLE(dynamic-ssl-lib,
diff --git a/erts/configure.in b/erts/configure.in
index 4fb725ff00..c7b095d47a 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -4111,7 +4111,7 @@ AC_ARG_WITH(ssl-rpath,
 AS_HELP_STRING([--with-ssl-rpath=yes|no|PATHS],
                [runtime library path for OpenSSL. Default is "yes", which equates to a
 	       number of standard locations. If "no", then no runtime
-	       library paths wil be used. Anything else should be a
+	       library paths will be used. Anything else should be a
 	       comma separated list of paths.]),
 [
 case X$with_ssl in
-- 
cgit v1.2.3


From 6bd691c8e528c2e8cf3aded8f3877b18ecff4c58 Mon Sep 17 00:00:00 2001
From: Hans Bolinder <hasse@erlang.org>
Date: Wed, 24 Feb 2016 10:10:35 +0100
Subject: Update preloaded module

---
 erts/preloaded/ebin/prim_file.beam | Bin 44892 -> 44980 bytes
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/erts/preloaded/ebin/prim_file.beam b/erts/preloaded/ebin/prim_file.beam
index 97170551bf..9256e35553 100644
Binary files a/erts/preloaded/ebin/prim_file.beam and b/erts/preloaded/ebin/prim_file.beam differ
-- 
cgit v1.2.3