diff options
author | Mattia Rizzolo <mattia@debian.org> | 2017-02-19 14:03:46 +0100 |
---|---|---|
committer | Mattia Rizzolo <mattia@debian.org> | 2017-02-19 14:05:12 +0100 |
commit | 90ed90ddfbe705e2a9a95b258d9620aa1fc04162 (patch) | |
tree | 94ccfd5520a614f26de2583d307223db797974c4 /doc/PROGRAMMING | |
parent | b54fc8129f835c14a111257c9cb5aa186fa39a8a (diff) | |
download | debhelper-90ed90ddfbe705e2a9a95b258d9620aa1fc04162.tar.gz |
doc: fix typo s/diagnotic/diagnostic/
Signed-off-by: Mattia Rizzolo <mattia@debian.org>
Diffstat (limited to 'doc/PROGRAMMING')
-rw-r--r-- | doc/PROGRAMMING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/PROGRAMMING b/doc/PROGRAMMING index f0482ae4..7d12b728 100644 --- a/doc/PROGRAMMING +++ b/doc/PROGRAMMING @@ -345,7 +345,7 @@ deprecated_functionality($warn_msg[, $rm_compat[, $rm_msg]]) is provided and equal to (or greater than) the active compat level. The $rm_msg parameter can be used to provide a custom error message in the latter case (if omitted, $warn_msg will be used in both cases). - The function will provide a separate diagnotic about which compat + The function will provide a separate diagnostic about which compat level that will remove/removed the functionality if $rm_compat is given. |