src: correct spelling errors (#1162)
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
</hatching>
|
||||
</default>
|
||||
|
||||
<!-- OPTIONAL: type specific node colors can be overriden by using the TEMPLATE within a type tag below -->
|
||||
<!-- OPTIONAL: type specific node colors can be overridden by using the TEMPLATE within a type tag below -->
|
||||
<type></type>
|
||||
<builtin_type></builtin_type>
|
||||
<class></class>
|
||||
@@ -211,7 +211,7 @@
|
||||
<focus></focus> <!-- If not defined, the normal tag is used -->
|
||||
</default>
|
||||
|
||||
<!-- OPTIONAL: type specific edge colors can be overriden by using the TEMPLATE within a type tag below -->
|
||||
<!-- OPTIONAL: type specific edge colors can be overridden by using the TEMPLATE within a type tag below -->
|
||||
<type_of></type_of>
|
||||
<return_type></return_type>
|
||||
<parameter_type></parameter_type>
|
||||
|
||||
@@ -172,7 +172,7 @@ class HumanPlayer(Player):
|
||||
|
||||
def _check(self, field, move):
|
||||
if not field.inRange(move):
|
||||
stringOut("Wrong inpot!\n")
|
||||
stringOut("Wrong input!\n")
|
||||
return False
|
||||
elif not field.isEmpty(move):
|
||||
stringOut("Is occupied!\n")
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
//
|
||||
// ANYTING ELSE I SHOULD KNOW?
|
||||
// ANYTHING ELSE I SHOULD KNOW?
|
||||
// I'm glad that you asked. Take a look at the code below. You will notice two
|
||||
// different highlights when hovering different symbols in that snippet. One
|
||||
// is used for symbols that may be used everywhere throughout your code base
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
//
|
||||
// 9 - CONGRATULATONS
|
||||
// 9 - CONGRATULATIONS
|
||||
// You have completed the challenge of search.
|
||||
// Oh, I almost forgot: You can only find nodes such as symbols via the search
|
||||
// bar. It doesn't allow you to find edges like calls or inheritance. At least
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ public class AppTest
|
||||
}
|
||||
|
||||
/**
|
||||
* Rigourous Test :-)
|
||||
* Rigorous Test :-)
|
||||
*/
|
||||
public void testApp()
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
"If you're a researcher on this book thing and you were on Earth, you must have been gathering material on it."
|
||||
"Well, I was able to extend the original entry a bit, yes."
|
||||
"Let me see what it says in this edition, then. I've got to see it."
|
||||
... "What? Harmless! Is that all it's got to say? Harmless! One word! ... Well, for God's sake I hope you managed to recitify that a bit."
|
||||
... "What? Harmless! Is that all it's got to say? Harmless! One word! ... Well, for God's sake I hope you managed to rectify that a bit."
|
||||
"Oh yes, well I managed to transmit a new entry off to the editor. He had to trim it a bit, but it's still an improvement."
|
||||
"And what does it say now?" asked Arthur.
|
||||
"Mostly harmless," admitted Ford with a slightly embarrassed cough.
|
||||
+1
-1
@@ -29,7 +29,7 @@ public class AppTest
|
||||
}
|
||||
|
||||
/**
|
||||
* Rigourous Test :-)
|
||||
* Rigorous Test :-)
|
||||
*/
|
||||
public void testApp()
|
||||
{
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ public class AppTest
|
||||
}
|
||||
|
||||
/**
|
||||
* Rigourous Test :-)
|
||||
* Rigorous Test :-)
|
||||
*/
|
||||
public void testApp()
|
||||
{
|
||||
|
||||
+1
-1
@@ -29,7 +29,7 @@ public class AppTest
|
||||
}
|
||||
|
||||
/**
|
||||
* Rigourous Test :-)
|
||||
* Rigorous Test :-)
|
||||
*/
|
||||
public void testApp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user