Skip to content

Commit

Permalink
Merge pull request #87 from Teloah/typo_fix
Browse files Browse the repository at this point in the history
Fixed some typos in the comments
  • Loading branch information
vincentparrett committed Nov 30, 2015
2 parents b742e3e + 04dc743 commit 25ff9e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Examples/Delphi.Mocks.Examples.Implement.pas
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ procedure TExample_InterfaceImplementTests.Implement_Single_Interface;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down Expand Up @@ -82,7 +82,7 @@ procedure TExample_InterfaceImplementTests.Implement_Multiple_Interfaces;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down Expand Up @@ -116,7 +116,7 @@ procedure TExample_InterfaceImplementTests.SetupAndVerify_Object_And_Interfaces;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down
6 changes: 3 additions & 3 deletions Tests/Delphi.Mocks.Examples.Implement.pas
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ procedure TExample_InterfaceImplementTests.Implement_Single_Interface;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down Expand Up @@ -80,7 +80,7 @@ procedure TExample_InterfaceImplementTests.Implement_Multiple_Interfaces;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down Expand Up @@ -114,7 +114,7 @@ procedure TExample_InterfaceImplementTests.SetupAndVerify_Object_And_Interfaces;
begin
//Test that when we visit a project, and its dirty, we save.

//CREATE - The viistor system under test.
//CREATE - The visitor system under test.
visitorSUT := TProjectSaveCheck.Create;

//CREATE - Element mock we require.
Expand Down

0 comments on commit 25ff9e3

Please sign in to comment.