diff options
author | Derek Brown <[email protected]> | 2014-11-20 13:46:42 -0500 |
---|---|---|
committer | Derek Brown <[email protected]> | 2014-11-20 15:56:42 -0500 |
commit | 069fe15452aa33440aff5e770c169bd3612d7646 (patch) | |
tree | 38e9dfb373fdf898680f1982ba1728dfb1c43f93 /system/doc/design_principles/release_handling.xml | |
parent | 2feb7638d47f2d1012871de3040fa7d50f058e3a (diff) | |
download | otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.gz otp-069fe15452aa33440aff5e770c169bd3612d7646.tar.bz2 otp-069fe15452aa33440aff5e770c169bd3612d7646.zip |
Fix spelling and grammar
Diffstat (limited to 'system/doc/design_principles/release_handling.xml')
-rw-r--r-- | system/doc/design_principles/release_handling.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/doc/design_principles/release_handling.xml b/system/doc/design_principles/release_handling.xml index ba8a88d1c2..9d1e2c8669 100644 --- a/system/doc/design_principles/release_handling.xml +++ b/system/doc/design_principles/release_handling.xml @@ -310,7 +310,7 @@ the following instruction is used:</p> <code type="none"> {apply, {M, F, A}}</code> - <p>The release handler will evalute <c>apply(M, F, A)</c>.</p> + <p>The release handler will evaluate <c>apply(M, F, A)</c>.</p> </section> <section> @@ -350,7 +350,7 @@ possible.</p> </warning> <p>An info report is written when the upgrade is completed. To - programatically find out if the upgrade is complete, + programmatically find out if the upgrade is complete, call <c>release_handler:which_releases(current)</c> and check if it returns the expected (i.e. the new) release.</p> <p>The new release version must be made permanent when the new |