File: spelling.patch

package info (click to toggle)
readsb 3.16-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,144 kB
  • sloc: ansic: 33,749; sh: 261; makefile: 203; python: 9
file content (27 lines) | stat: -rw-r--r-- 2,654 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: spelling issues detected by lintian
Index: readsb-3.16/README.md
===================================================================
--- readsb-3.16.orig/README.md	2025-08-18 11:45:34.000000000 +0200
+++ readsb-3.16/README.md	2025-08-27 00:31:28.542490354 +0200
@@ -398,7 +398,7 @@
   --write-globe-history=<dir>                                    Write traces to this directory, 1 gz compressed json per day and airframe
   --write-state=<dir>                                            Write state to disk to have traces after a restart
   --write-state-every=<seconds>                                  Continuously write state to disk every X seconds (default: 3600)
-  --write-state-only-on-exit                                     Don't continously update state.
+  --write-state-only-on-exit                                     Don't continuously update state.
   --heatmap-dir=<dir>                                            Change the directory where heatmaps are saved (default is in globe history dir)
   --heatmap=<interval in seconds>                                Make Heatmap, each aircraft at most every interval seconds (creates historydir/heatmap.bin and exit after that)
   --dump-beast=<dir>,<interval>,<compressionLevel>               Dump compressed beast files to this directory, start a new file evey interval seconds
Index: readsb-3.16/help.h
===================================================================
--- readsb-3.16.orig/help.h	2025-08-18 11:45:34.000000000 +0200
+++ readsb-3.16/help.h	2025-08-27 00:31:16.214485365 +0200
@@ -106,7 +106,7 @@
     {"write-globe-history", OptGlobeHistoryDir, "<dir>", 0, "Write traces to this directory, 1 gz compressed json per day and airframe", 1},
     {"write-state", OptStateDir, "<dir>", 0, "Write state to disk to have traces after a restart", 1},
     {"write-state-every", OptStateInterval, "<seconds>", 0, "Continuously write state to disk every X seconds (default: 3600)", 1},
-    {"write-state-only-on-exit", OptStateOnlyOnExit, 0, 0, "Don't continously update state.", 1},
+    {"write-state-only-on-exit", OptStateOnlyOnExit, 0, 0, "Don't continuously update state.", 1},
     {"heatmap-dir", OptHeatmapDir, "<dir>", 0, "Change the directory where heatmaps are saved (default is in globe history dir)", 1},
     {"heatmap", OptHeatmap, "<interval in seconds>", 0, "Make Heatmap, each aircraft at most every interval seconds (creates historydir/heatmap.bin and exit after that)", 1},
     {"dump-beast", OptDumpBeastDir, "<dir>,<interval>,<compressionLevel>", 0, "Dump compressed beast files to this directory, start a new file evey interval seconds", 1},