Commit 9442141a by Gürcan Güleç

fixing a typo

parent 360ff60d
Showing with 1 additions and 1 deletions
...@@ -62,7 +62,7 @@ int main() ...@@ -62,7 +62,7 @@ int main()
int myNumber; int myNumber;
if (size > 0) if (size > 0)
{ {
// convertin string into an integer // converting string into an integer
myNumber = atoi(number); myNumber = atoi(number);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment