[Debexpo-devel] [debexpo] 28/32: Fix a typo about gurantee

Kentaro Hayashi kenhys-guest at moszumanska.debian.org
Sat Aug 19 06:51:04 UTC 2017


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

kenhys-guest pushed a commit to branch master
in repository debexpo.

commit b5f69e88a2e896b58287e4560a2b16a915613ad8
Author: Kentaro Hayashi <kenhys at gmail.com>
Date:   Sun Jul 17 02:59:52 2016 +0900

    Fix a typo about gurantee
    
    gu rantee ->
    guarantee
---
 docs/writing_cronjobs.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/writing_cronjobs.rst b/docs/writing_cronjobs.rst
index 7b35665..1ba2147 100644
--- a/docs/writing_cronjobs.rst
+++ b/docs/writing_cronjobs.rst
@@ -40,7 +40,7 @@ Invokation::
 The 'cronjob' attribute is an object reference which should be instantiated upon
 cronjob invokation. The 'schedule' attribute defines how often your cronjob should
 invoke your worker method. This must be a datetime.timedelta object. This is a soft
-guarantee. The Worker thread will gurantee you not to run the job more often than you
+guarantee. The Worker thread will guarantee you not to run the job more often than you
 specified, but it will not invoke it precisely for every delta. Your cronjob will not
 be invoked if another cronjob is still pending or running once your delta expires.
 Additionally the Worker thread does not execute the worker queue more often than every

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debexpo/debexpo.git



More information about the Debexpo-devel mailing list