Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ public StringCollection Script(ScriptingOptions scriptingOptions)
/// This action assumes the instance is already an availability replica in the group
/// and the local copy is a locally restored copy of the database on the primary replica.
/// </summary>
public void JoinAvailablityGroup()
public void JoinAvailabilityGroup()
{
this.CheckObjectState(!this.ExecutionManager.Recording); //make sure the object has been retrieved from the backend if we are going to execute the script
string availabilityGroupName = this.Parent.Name;
Expand Down