From 342c286115f2b0bd28c989e653960940171874f5 Mon Sep 17 00:00:00 2001 From: Michael Bumann Date: Tue, 12 Feb 2019 06:15:14 +0100 Subject: [PATCH] typo --- lnrpc.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lnrpc.gemspec b/lnrpc.gemspec index dd42878..5d2827e 100644 --- a/lnrpc.gemspec +++ b/lnrpc.gemspec @@ -10,7 +10,7 @@ Gem::Specification.new do |spec| spec.email = ["hello@michaelbumann.com"] spec.summary = %q{gRPC interface for lnd packed as ruby gem} - spec.description = %q{gRPC service definitions for the Lightning Network Daemon (lnd) gRPC interace packed as ruby gem} + spec.description = %q{gRPC service definitions for the Lightning Network Daemon (lnd) gRPC interface packed as ruby gem} spec.homepage = "https://github.com/bumi/lnrpc" spec.license = "MIT"