From bc0390ef4a9c3dae39a8678c20d0897cd25a9966 Mon Sep 17 00:00:00 2001 From: "aedampir@gmail.com" Date: Tue, 29 Mar 2016 17:39:08 +0700 Subject: [PATCH] IObservableMiscellaneousClient and ObservableMiscellaneousClient fixes --- Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs | 2 +- Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs b/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs index 8f1f3bdb..25d63bc4 100644 --- a/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs +++ b/Octokit.Reactive/Clients/IObservableMiscellaneousClient.cs @@ -53,7 +53,7 @@ namespace Octokit.Reactive IObservable GetAllLicenses(); /// - /// Retrieves a license based on the licence key such as "mit" + /// Retrieves a license based on the license key such as "mit" /// /// /// A that includes the license key, text, and attributes of the license. diff --git a/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs b/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs index ea9c4096..50ba37e0 100644 --- a/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs +++ b/Octokit.Reactive/Clients/ObservableMiscellaneousClient.cs @@ -78,7 +78,7 @@ namespace Octokit.Reactive } /// - /// Retrieves a license based on the licence key such as "mit" + /// Retrieves a license based on the license key such as "mit" /// /// /// A that includes the license key, text, and attributes of the license.