@@ -260,7 +260,7 @@ public function testAddStatementWithGuid() {
260260 $ this ->assertEquals ( new StatementList ( $ statement ), $ list );
261261 }
262262
263- public function testGivenGuidOfPresenStatement_statementIsRemoved () {
263+ public function testGivenGuidOfPresentStatement_statementIsRemoved () {
264264 $ statement1 = new Statement ( $ this ->newSnak ( 24 , 'foo ' ), null , null , 'foo ' );
265265 $ statement2 = new Statement ( $ this ->newSnak ( 32 , 'bar ' ), null , null , 'bar ' );
266266 $ statement3 = new Statement ( $ this ->newSnak ( 32 , 'bar ' ), null , null , 'bar ' );
@@ -275,7 +275,7 @@ public function testGivenGuidOfPresenStatement_statementIsRemoved() {
275275 $ this ->assertEquals ( $ statements , $ list ->toArray () );
276276 }
277277
278- public function testGivenGuidOfMulitpleStatements_multipleStatementsAreRemoved () {
278+ public function testGivenGuidOfMultipleStatements_multipleStatementsAreRemoved () {
279279 $ statement1 = new Statement ( $ this ->newSnak ( 24 , 'foo ' ), null , null , 'foo ' );
280280 $ statement2 = new Statement ( $ this ->newSnak ( 32 , 'bar ' ), null , null , 'bar ' );
281281 $ statement3 = new Statement ( $ this ->newSnak ( 32 , 'bar ' ), null , null , 'bar ' );
0 commit comments