diff --git a/DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec b/DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec index 72f87ac6231237..4dd3e59f20afeb 100644 --- a/DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec +++ b/DirectoryWatchdog/1.0.0/DirectoryWatchdog.podspec @@ -8,8 +8,8 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/graetzer/DirectoryWatchdog.git', :tag => '1.0.0' } - s.description = 'DirectoryWatchdog is a simple utility tool to mointor real time changes in local folders. '\ - 'Most common use is the monitoring of an applications documents direcory in combination'\ + s.description = 'DirectoryWatchdog is a simple utility tool to monitor real time changes in local folders. '\ + 'Most common use is the monitoring of an applications documents directory in combination'\ ' with iTunes file sharing support. This code uses the BSD kqueue API and should work on OSX as well as iOS.' s.source_files = 'DirectoryWatchdog/lib/*.{h,m}'