aboutsummaryrefslogtreecommitdiffstats
path: root/ui/software_update.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-02-26 21:32:36 -0800
committerGuy Harris <guy@alum.mit.edu>2020-02-27 05:33:15 +0000
commit1ed9ddd26a0fb0e9098668f1046975334b859cc0 (patch)
tree39b5d028532df6f3ee1030504856619674fc0736 /ui/software_update.c
parente1e8e2dce97076941c8b48e8a5d06f46e3009b6f (diff)
Fix some typoes in comments.
Change-Id: I951e183e24bf77e0f2f09266e2dc5db7a4caf0ec Reviewed-on: https://code.wireshark.org/review/36211 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui/software_update.c')
-rw-r--r--ui/software_update.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/software_update.c b/ui/software_update.c
index 0f8f8b4507..878238cdb8 100644
--- a/ui/software_update.c
+++ b/ui/software_update.c
@@ -20,9 +20,9 @@
* - The schema version (fixed, 0)
* - The application name (fixed, "Wireshark")
* - The application version ("<major>.<minor>.<micro>")
- * - The operating system (varable, one of "Windows" or "macOS")
+ * - The operating system (variable, one of "Windows" or "macOS")
* - The architecture name (variable, one of "x86", "x86-64")
- * - The locale (fixed, "en-US)
+ * - The locale (fixed, "en-US")
* - The update channel (variable, one of "development" or "stable") + .xml
*
* Based on https://wiki.mozilla.org/Software_Update:Checking_For_Updates