[DRE-commits] [capistrano] 04/05: Fix lintian warning (spelling-error-in-manpage)

Sebastien Badia sbadia-guest at moszumanska.debian.org
Mon Feb 29 19:17:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

sbadia-guest pushed a commit to branch master
in repository capistrano.

commit 056caefb360171705b946aab71a174bb0e898160
Author: Sebastien Badia <seb at sebian.fr>
Date:   Mon Feb 29 16:16:45 2016 -0300

    Fix lintian warning (spelling-error-in-manpage)
---
 debian/cap.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/cap.1 b/debian/cap.1
index 1333025..36b89ea 100644
--- a/debian/cap.1
+++ b/debian/cap.1
@@ -1,11 +1,11 @@
 .TH "CAPISTRANO" "1" 
 .SH "NAME" 
-cap \(em cap is an utlity to invoke capistrano tasks.
 .SH "SYNOPSIS" 
 .PP 
 \fBcap\fR <command> [options]  
 .SH "DESCRIPTION" 
 .PP 
+cap \(em cap is an utility to invoke capistrano tasks.
 Capistrano is a utility and framework for executing commands in parallel on multiple remote machines, via SSH. It uses a simple DSL (borrowed in part from Rake, http://rake.rubyforge.org/) that allows you to define _tasks_, which may be applied to machines in certain roles. It also supports tunneling connections via some gateway machine to allow operations to be performed behind VPN's and firewalls.
 .PP 
 Capistrano was originally designed to simplify and automate deployment of web applications to distributed environments, and originally came bundled with a set of tasks designed for deploying Rails applications. The deployment tasks are now (as of Capistrano 2.0) opt-in and require clients to explicitly put

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/capistrano.git



More information about the Pkg-ruby-extras-commits mailing list