From 5fbd1ed1dd896dfa446622824aea701e684e40d5 Mon Sep 17 00:00:00 2001 From: Ken Salomon Date: Thu, 10 May 2018 14:50:41 -0400 Subject: [PATCH 1/2] spelling mistake I think you meant an h there. also in the description of the repo.... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21087ba..df12ea8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Coverage Status](https://coveralls.io/repos/jbussdieker/ruby-rsync/badge.png)](https://coveralls.io/r/jbussdieker/ruby-rsync) [![Dependency Status](https://gemnasium.com/jbussdieker/ruby-rsync.svg)](https://gemnasium.com/jbussdieker/ruby-rsync) -Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary. +Ruby/Rsync is a Ruby library that can synchronize files between remote hosts by wrapping a call to the rsync binary. ## Usage From 5e73104f8dc9742e8fd7fda8628117862634d888 Mon Sep 17 00:00:00 2001 From: Ken Salomon Date: Thu, 10 May 2018 14:52:05 -0400 Subject: [PATCH 2/2] spelling mistake fix --- rsync.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.gemspec b/rsync.gemspec index 5e10b4d..3ce1916 100644 --- a/rsync.gemspec +++ b/rsync.gemspec @@ -8,7 +8,7 @@ Gem::Specification.new do |spec| spec.version = Rsync::VERSION spec.authors = ["Joshua Bussdieker"] spec.email = ["jbussdieker@gmail.com"] - spec.summary = %q{Ruby/Rsync is a Ruby library that can syncronize files between remote hosts by wrapping a call to the rsync binary.} + spec.summary = %q{Ruby/Rsync is a Ruby library that can synchronize files between remote hosts by wrapping a call to the rsync binary.} spec.homepage = "http://github.com/jbussdieker/ruby-rsync" spec.license = "MIT"