Fix a typo

This commit is contained in:
Rodolphe Breard 2019-09-04 17:45:19 +02:00
parent 7aa04b9893
commit 8e61214017

View file

@ -51,7 +51,7 @@ In order to be detected, the DNS serial number must match one the following patt
- there can be any number of blanks on each sides of the semicolon. - there can be any number of blanks on each sides of the semicolon.
* `SSSSSSSSSS ; serial` * `SSSSSSSSSS ; serial`
- `SSSSSSSSSS` is the UNIX tiemstamp (10 digits, must start by `1`); - `SSSSSSSSSS` is the UNIX timestamp (10 digits, must start by `1`);
- the word `serial` is not case-sensitive; - the word `serial` is not case-sensitive;
- there can be any number of blanks on each sides of the semicolon. - there can be any number of blanks on each sides of the semicolon.