Skip to content

Commit 2ac0298

Browse files
Fix typo
1 parent eb93ebb commit 2ac0298

10 files changed

Lines changed: 10 additions & 10 deletions

File tree

src/lab/exp1/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ <h1> Numerical Representation </h1>
229229
</form>
230230
</span>
231231
<hr>
232-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
232+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
233233

234234
<form action="judge.py" method="get" name="judge">
235235
<fieldset>

src/lab/exp10/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h1> Sequences </h1>
230230
</span>
231231

232232
<hr>
233-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
233+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
234234

235235

236236
<form action="judge.py" method="get" name="judge">

src/lab/exp2/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1> Beauty of Numbers </h1>
231231
</span>
232232

233233
<hr>
234-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
234+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
235235

236236
<form action="judge.py" method="get" name="judge">
237237
<fieldset>

src/lab/exp3/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1> More on Numbers </h1>
231231
</span>
232232

233233
<hr>
234-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
234+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
235235

236236
<form action="judge.py" method="get" name="judge">
237237
<fieldset>

src/lab/exp4/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1> Factorials </h1>
231231
</span>
232232

233233
<hr>
234-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
234+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
235235

236236
<form action="judge.py" method="get" name="judge">
237237
<fieldset>

src/lab/exp5/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ <h1> String Operations </h1>
231231
</span>
232232

233233
<hr>
234-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
234+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
235235
<form action="judge.py" method="get" name="judge">
236236
<fieldset>
237237
<textarea id="editArea" style="height: 400px; width: 100%;" name="code">

src/lab/exp6/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h1> Recursion </h1>
230230
</span>
231231

232232
<hr>
233-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
233+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
234234
<form action="judge.py" method="get" name="judge">
235235
<fieldset>
236236
<textarea id="editArea" style="height: 400px; width: 100%;" name="code">

src/lab/exp7/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h1> Advanced Atrihmatic </h1>
230230
</span>
231231

232232
<hr>
233-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
233+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
234234

235235
<form action="judge.py" method="get" name="judge">
236236
<fieldset>

src/lab/exp8/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h1> Searching and Sorting </h1>
230230
</span>
231231

232232
<hr>
233-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
233+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
234234

235235
<form action="judge.py" method="get" name="judge">
236236
<fieldset>

src/lab/exp9/lab.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ <h1> Permutation </h1>
230230
</span>
231231

232232
<hr>
233-
<p>Or if you want to write a programme istead of browsing file, please use below edit area to write your code</p>
233+
<p>Or if you want to write a programme instead of browsing file, please use below edit area to write your code</p>
234234

235235
<form action="judge.py" method="get" name="judge">
236236
<fieldset>

0 commit comments

Comments
 (0)