diff options
| author | Milo Gilad <milogaccnts@gmail.com> | 2017-08-25 10:18:31 -0400 | 
|---|---|---|
| committer | Milo Gilad <milogaccnts@gmail.com> | 2017-08-25 10:18:31 -0400 | 
| commit | a6c3a64a4c897a1f7e7acfbfe6318866317770ad (patch) | |
| tree | 28b0d35aaf2cdc3e968e182f1de4d5c5e596a970 /fortran95.html.markdown | |
| parent | 1abae4b25de43e05df3ba225986997bc72eb3f8a (diff) | |
| parent | bce21489d8d7e3a3f3d4ede2154dba082647296e (diff) | |
Merge branch 'master' of github.com:adambard/learnxinyminutes-docs
Diffstat (limited to 'fortran95.html.markdown')
| -rw-r--r-- | fortran95.html.markdown | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fortran95.html.markdown b/fortran95.html.markdown index 8479fef8..c256bb38 100644 --- a/fortran95.html.markdown +++ b/fortran95.html.markdown @@ -6,7 +6,7 @@ filename: learnfortran.f95  ---  Fortran is one of the oldest computer languages. It was developed in the 1950s  -by IBM for numeric calculations (Fortran is an abreviation of "Formula  +by IBM for numeric calculations (Fortran is an abbreviation of "Formula   Translation"). Despite its age, it is still used for high-performance computing  such as weather prediction. However, the language has changed considerably over  the years, although mostly maintaining backwards compatibility; well known @@ -242,7 +242,7 @@ program example   !declare a program called example.      close(12)      ! There are more features available than discussed here and alternative  -    ! variants due to backwards compatability with older Fortran versions.   +    ! variants due to backwards compatibility with older Fortran versions.      ! Built-in Functions | 
