From 815d792c9a095ccffc7f01391836d3e5e6fc6f72 Mon Sep 17 00:00:00 2001 From: Igor Pashev Date: Mon, 2 Sep 2019 23:49:45 +0200 Subject: Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ace4c08..132cc7f 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The idea is simple, the rotation schedule is determined by an integer function. This function gives us a period (number) of days when we must encounter at least one backup or whatever we are rotating. When we use an exponential function, the scheme is similar to the radioactive decay law. When the -funtion is simply a constant 1, we don't rotate anything and retain all +function is simply a constant 1, we don't rotate anything and retain all the backups. If it is 2, we retain each second backup. With some trivial function we can achieve a well-known dayly-weekly-monthly-yearly scheme. -- cgit v1.2.3