Skip to content

Commit ffbee02

Browse files
Fix typo: add missing 'a'
'...to a friend on -a- different operating system...'
1 parent 8da97b5 commit ffbee02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

chapter4_interactive_prompt.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ <h3>Compiling with Editline</h3>
186186

187187
<h2 id='the_c_preprocessor'>The C Preprocessor</h2> <hr/>
188188

189-
<p>For such a small project it might be okay that we have to program differently depending on what operating system we are using, but if I want to send my source code to a friend on different operating system to give me a hand with the programming, it is going to cause problems. In an ideal world I'd wish for my source code to be able to compile no matter where, or on what computer, it is being compiled. This is a general problem in C, and it is called <em>portability</em>. There is not always an easy or correct solution.</p>
189+
<p>For such a small project it might be okay that we have to program differently depending on what operating system we are using, but if I want to send my source code to a friend on a different operating system to give me a hand with the programming, it is going to cause problems. In an ideal world I'd wish for my source code to be able to compile no matter where, or on what computer, it is being compiled. This is a general problem in C, and it is called <em>portability</em>. There is not always an easy or correct solution.</p>
190190

191191
<div class='pull-right alert alert-warning' style="margin: 15px; text-align: center;">
192192
<img src="/static/img/octopus.png" alt="octopus" class="img-responsive" width="266px" height="268px"/>

0 commit comments

Comments
 (0)