aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-04-23 19:22:21 +0200
committerEvan Huus <eapache@gmail.com>2014-04-23 21:34:45 +0000
commit5ab53e607984343ce78789833e48d550ea97d67c (patch)
tree08f90f936c079153536a78053c2eec113aca656f /ui/qt
parent4eb4bae4131e576f340a9891b1150334c35c6be0 (diff)
Fix typo in comment (parameterts => parameter)
Change-Id: Ie1fefc27d249929f0f5108b0757768e7e23a9dbe Reviewed-on: https://code.wireshark.org/review/1310 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'ui/qt')
-rw-r--r--ui/qt/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index 73283608bc..d4aced1b34 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -623,7 +623,7 @@ int main(int argc, char *argv[])
profile_store_persconffiles (TRUE);
/* Read the profile independent recent file. We have to do this here so we can */
- /* set the profile before it can be set from the command line parameterts */
+ /* set the profile before it can be set from the command line parameter */
recent_read_static(&rf_path, &rf_open_errno);
if (rf_path != NULL && rf_open_errno != 0) {
simple_dialog(ESD_TYPE_WARN, ESD_BTN_OK,