summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMax Schumacher <maximilianbschumacher@gmail.com>2020-02-25 15:10:24 +0100
committerGitHub <noreply@github.com>2020-02-25 15:10:24 +0100
commitcbda14b7e6ff5885fab16d98605f440be5c6d873 (patch)
tree1082e3173b846e5d0bbf017500a03fc97c9cb55b
parent64dd0940213a0faf0803cde662599f8f6636ce75 (diff)
parent80bda7a0e851fc43d40b1d1ece3d9df4e41eb1c0 (diff)
Merge pull request #3866 from nitinrathi/patch-1
[pascal/en] Fixed a spelling mistake
-rw-r--r--pascal.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/pascal.html.markdown b/pascal.html.markdown
index 9fb51c3b..a505a38f 100644
--- a/pascal.html.markdown
+++ b/pascal.html.markdown
@@ -15,7 +15,7 @@ source : [wikipedia](https://en.wikipedia.org/wiki/Pascal_(programming_language)
to compile and run a pascal program you could use a free pascal compiler. [Download Here](https://www.freepascal.org/)
```pascal
-//Anathomy of a Pascal Program
+//Anatomy of a Pascal Program
//this is a comment
{
this is a