diff options
author | Tuncer Ayaz <[email protected]> | 2011-11-28 21:42:12 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:11 +0100 |
commit | 73810155954328f7c7c9e3e22f2be44ce5aeef0c (patch) | |
tree | 7272c63777c7cd1d4c43a5f6c1a841e540bb5ef9 /lib | |
parent | de283136249edda485cc5d108946f40174f344e8 (diff) | |
download | otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.gz otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.tar.bz2 otp-73810155954328f7c7c9e3e22f2be44ce5aeef0c.zip |
Fix misspelling of 'turn off'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/configure.in.src | 2 | ||||
-rw-r--r-- | lib/hipe/tools/hipe_profile.erl | 2 | ||||
-rw-r--r-- | lib/sasl/doc/src/systools.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/configure.in.src b/lib/configure.in.src index 792a7f932a..609bb62308 100644 --- a/lib/configure.in.src +++ b/lib/configure.in.src @@ -17,7 +17,7 @@ dnl dnl %CopyrightEnd% dnl -dnl Turn of caching +dnl Turn off caching define([AC_CACHE_LOAD], )dnl define([AC_CACHE_SAVE], )dnl diff --git a/lib/hipe/tools/hipe_profile.erl b/lib/hipe/tools/hipe_profile.erl index 7566acb8f4..1284b64f13 100644 --- a/lib/hipe/tools/hipe_profile.erl +++ b/lib/hipe/tools/hipe_profile.erl @@ -89,7 +89,7 @@ calls() -> %% F(), %% %% Get result. %% R = res(), -%% %% Turn of profiling. +%% %% Turn off profiling. %% prof_off(), %% R. diff --git a/lib/sasl/doc/src/systools.xml b/lib/sasl/doc/src/systools.xml index 1b90f0d4ee..32c2149a8d 100644 --- a/lib/sasl/doc/src/systools.xml +++ b/lib/sasl/doc/src/systools.xml @@ -198,7 +198,7 @@ the order in the <c>.rel</c> file is kept.</p> <p>If <c>sasl</c> is not included as an application in the <c>.rel</c> file, a warning is emitted because such a - release can not be used in an upgrade. To turn of this + release can not be used in an upgrade. To turn off this warning, add the option <c>no_warn_sasl</c>.</p> <p>All files are searched for in the current path. It is assumed that the <c>.app</c> and <c>.beam</c> files for an |