diff options
author | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 15:14:19 +0100 |
---|---|---|
committer | David Kalnischkies <david@kalnischkies.de> | 2017-01-19 15:59:38 +0100 |
commit | 93cff633a830e222693fc0f3d78e6e534d1126ee (patch) | |
tree | 2606a090e446e9b938e349b85aa62c3d8417c21c /README.progress-reporting | |
parent | 99b1cdd3a07576542c8bda40d93368f3f76db912 (diff) |
fix various typos reported by spellintian
Most of them in (old) code comments. The two instances of user visible
string changes the po files of the manpages are fixed up as well.
Gbp-Dch: Ignore
Reported-By: spellintian
Diffstat (limited to 'README.progress-reporting')
-rw-r--r-- | README.progress-reporting | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.progress-reporting b/README.progress-reporting index 5d9b581c5..134ed5334 100644 --- a/README.progress-reporting +++ b/README.progress-reporting @@ -23,7 +23,7 @@ pmstatus:pkgname:TotalPercentage:action-description PkgName = the name of the package TotalPercentage = the total progress between [0..100] -description = a i18ned human readable decription of the current action +description = a i18ned human readable description of the current action Example: @@ -61,9 +61,9 @@ dlstatus:AlreadDownloaded:TotalPercentage:action-description AlreadyDownloaded = the number of already downloaded packages TotalPercentage = the total progress between [0..100] -description = a i18ned human readable decription of the current action +description = a i18ned human readable description of the current action Example: dlstatus:1:9.05654:Downloading file 1 of 3 (4m40s remaining) dlstatus:1:9.46357:Downloading file 1 of 3 (4m39s remaining) -dlstatus:1:9.61022:Downloading file 1 of 3 (4m38s remaining)
\ No newline at end of file +dlstatus:1:9.61022:Downloading file 1 of 3 (4m38s remaining) |