From Ville Skyttä: Spelling Fixes
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Dec 2013 15:53:13 +0000 (15:53 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Dec 2013 15:53:13 +0000 (15:53 +0000)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9591

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54387 f5534014-38df-0310-8fa8-9805f1628bb7

42 files changed:
AUTHORS
doc/README.wmem
doc/README.wslua
doc/tshark.pod
doc/wireshark-filter.pod
docbook/wsdg_src/WSDG_chapter_env_intro.xml
docbook/wsug_src/WSUG_app_files.xml
docbook/wsug_src/WSUG_chapter_telephony.xml
doxygen_global.cfg
echld/dispatcher.c
echld/parent.c
editcap.c
epan/dissectors/packet-dcerpc.c
help/capture_filters.txt
help/display_filters.txt
macosx-setup.sh
ui/cli/tap-comparestat.c
ui/cli/tap-diameter-avp.c
ui/cli/tap-follow.c
ui/cli/tap-wspstat.c
ui/export_object_smb.c
ui/follow.c
ui/gtk/compare_stat.c
ui/gtk/dcerpc_stat.c
ui/gtk/iax2_analysis.c
ui/gtk/packet_win.c
ui/gtk/prefs_capture.c
ui/gtk/rtp_analysis.c
ui/gtk/rtp_player.c
ui/gtk/stats_tree_stat.c
ui/gtk/voip_calls.c
ui/preference_utils.h
ui/qt/capture_interfaces_dialog.cpp
ui/qt/column_preferences_frame.ui
ui/qt/decode_as_dialog.cpp
ui/qt/qcustomplot.cpp
ui/qt/qtshark_de.ts
ui/qt/qtshark_fr.ts
ui/rtp_stream.h
ui/tap-rtp-common.c
ui/text_import.c
ws80211_utils.c

diff --git a/AUTHORS b/AUTHORS
index 8901ad2ecf1696004d677eafa4da2f6596008a3b..77dd39e08aaa9ef44d16296d339cf99ffa0a432f 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -2219,7 +2219,7 @@ Carlos Pignataro        <cpignata[AT]cisco.com> {
        Other LDP enhancements
        PPP OSI Network Layer Control Protocol [RFC1377]
        Fix dissecting of CLNS Protocols over Cisco HDLC
-       PWE3 Interface parameter additions and miscelaneous updates
+       PWE3 Interface parameter additions and miscellaneous updates
            from various IETF PWE3 drafts
        MPLS PW Control Channel Header
        Multiprotocol Label Switching Echo [draft-ietf-mpls-lsp-ping-05]
@@ -3414,7 +3414,7 @@ Andrew Williams           <anwilli5[AT]ncsu.edu> {
 }
 
 Per Liedberg           <per.liedberg[AT]ericsson.com> {
-       RoHC dissection improvments
+       RoHC dissection improvements
 }
 
 Gaurav Tungatkar       <gauravstt[AT]gmail.com> {
index 24a838952b9c11a9f66f62771db224b6a627d8d6..9724e24a3a2c1694a3418ad72398fa4e72a70c9d 100644 (file)
@@ -108,7 +108,7 @@ wmem_stack.h
 wmem_tree.h
  - A balanced binary tree (red-black tree) implementation.
 
-2.2.4 Miscellanious Utilities
+2.2.4 Miscellaneous Utilities
 
 wmem_miscutl.h
  - Misc. utility functions like memdup.
index 4deb39682dc230abc773b3659d0c2a5d59fa4fe3..0d2fce759fd5a7b5788518cf103b882994b0825f 100644 (file)
@@ -129,7 +129,7 @@ the former __index/__newindex metamethod model does not.  Both models are
 fairly common in Lua APIs, although having a mixture of both in the same API
 probably isn't.  There is even a third model in use: pre-loading the member
 fields of the class table with the values, instead of waiting for the Lua
-script to access a particular one to retrieve it; for exmaple the Listener tap
+script to access a particular one to retrieve it; for example the Listener tap
 extractors table is pre-populated (see files 'wslua_listener.c' and 'taps'
 which through the make-taps.pl perl script creates 'taps_wslua.c').  The
 downside of that approach is the performance impact, filling fields the Lua
@@ -392,7 +392,7 @@ Example:
 WSLUA_ERROR - this C macro takes arguments, and expands to call luaL_error()
 using them, and returns 0.  The arguments it takes is the full function name
 and a string describing the error.  For documentation, it uses the string
-arguement and displays it with the function it's associated to.
+argument and displays it with the function it's associated to.
 
 Example:
     if (!wtap_dump_can_write_encap(filetype, encap))
index 4d5b5ed4af6d49722db397a4a2146331a20a6477..23f95f60e694797337c5d6b212b56b32109b5c31 100644 (file)
@@ -994,7 +994,7 @@ display the contents of a TCP stream between 200.57.7.197 port 32891 and
 
   ===================================================================
   Follow: tcp,ascii
-  Filter: (ommitted for readability)
+  Filter: (omitted for readability)
   Node 0: 200.57.7.197:32891
   Node 1: 200.57.7.198:2906
   38
index d4523c5b00ed67ca9c30835f3d71310165372674..79f16975722a03643f6fc3df579385ddd2af5d00 100644 (file)
@@ -246,7 +246,7 @@ or
 
     frame[-4:] == 0.1.2.3
 
-A slice is alwasy compared against either a string or a byte sequence.
+A slice is always compared against either a string or a byte sequence.
 As a special case, when the slice is only 1 byte wide, you can compare
 it against a hex integer that 0xff or less (which means it fits inside
 one byte). This is not allowed for byte sequences greater than one byte,
index aa2170116a9cb571b4c6d75cce91d45bbcd20f22..24936de73a24255a1966626b486c5ca14839462e 100644 (file)
     <note><title>Note!</title>
     <para>
       Before reporting any problems, please make sure you have installed the
-      latest version of Wireshark. Reports on older maintainance releases are
+      latest version of Wireshark. Reports on older maintenance releases are
       usually met with an upgrade request.
     </para>
     </note>
index 6d254c028d9b96692d441b7ec272c0d7b88d6d8b..a64d188fbda819df7dafa92b85d4182fc4bd69a5 100644 (file)
@@ -628,7 +628,7 @@ version=1
 url_template=http://${language}.wikipedia.org/wiki/${PATH}
 
 # Substitution data for the location template.
-# Each occurence of the keys below in the location template will be
+# Each occurrence of the keys below in the location template will be
 # substituted with their corresponding values. For example, "${license}"
 # in the URL template above will be replaced with the value of "license"
 # below.
index bdc55effadbf7596318245915fa2b2d8d68a72f0..f96e789d5a64ed9a0d3c63eedcec52fd52ee988f 100644 (file)
@@ -86,7 +86,7 @@
 
     <para>
       At the top, the check-box allows this window to include RLC PDUs found
-      withing MAC PDUs or not.  This will affect both the PDUs counted as well
+      within MAC PDUs or not.  This will affect both the PDUs counted as well
       as the display filters generated (see below).
     </para>
 
index d9164900408a61a2401e6e78bba33c46b10cbfb5..eb5f4104f7e5474b07067dc1edb66721099e1427 100644 (file)
@@ -282,7 +282,7 @@ TYPEDEF_HIDES_STRUCT   = NO
 # causing a significant performance penality.
 # If the system has enough physical memory increasing the cache will improve the
 # performance by keeping more symbols in memory. Note that the value works on
-# a logarithmic scale so increasing the size by one will rougly double the
+# a logarithmic scale so increasing the size by one will roughly double the
 # memory usage. The cache size is given by this formula:
 # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
 # corresponding to a cache size of 2^16 = 65536 symbols
index 068417977063200bc8d52a9d101ffa0245b8a84d..531abe46ba5822596b9891d4a349aef3816cef26 100644 (file)
@@ -618,7 +618,7 @@ void dispatcher_reaper(int sig) {
                return;
        }
 
-       dispatcher_err(ECHLD_ERR_UNKNOWN_PID, "Unkown child pid: %d", pid);
+       dispatcher_err(ECHLD_ERR_UNKNOWN_PID, "Unknown child pid: %d", pid);
        dispatcher->reqh_id = reqh_id_save;
 }
 
index ce48f03547b136c15b7f24598ac9294ca5247881..af252c866168663704009eca913d3ba8b232a2a1 100644 (file)
@@ -255,7 +255,7 @@ void echld_initialize(echld_init_t* init) {
 
                        echld_dispatcher_start(to_disp,from_disp,init->argv0,init->main);
 
-                       PARENT_FATAL((SHOULD_HAVE_EXITED_BEFORE,"This shoudln't happen"));
+                       PARENT_FATAL((SHOULD_HAVE_EXITED_BEFORE,"This shouldn't happen"));
                } else {
                        /* parent code */
        #ifdef PARENT_THREADS
index 7f9bdba555b3b2be3b4eeed75ee619d537ee1093..61ca7771308e913f637d5f11c3c5bb214faafdec 100644 (file)
--- a/editcap.c
+++ b/editcap.c
@@ -602,7 +602,7 @@ is_duplicate_rel_time(guint8* fd, guint32 len, const nstime_t *current) {
      * in strict chronologically increasing order (which is NOT
      * always the case!!).
      *
-     * The fd_hash[] table was deliberatly created large (1,000,000).
+     * The fd_hash[] table was deliberately created large (1,000,000).
      * Looking for time related duplicates in large trace files with
      * non-fractional dup time window values can potentially take
      * a long time to complete.
index 316bce42a1315bb7cf00e142e0ad3c6e6ea43cfd..6effeadb7e09d2f8344bcf54f08a087c9d699569 100644 (file)
@@ -5010,7 +5010,7 @@ dissect_dcerpc_cn_bs_body(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
             gboolean try_desegment = FALSE;
             if (dcerpc_cn_desegment && pinfo->can_desegment &&
                     !tvb_bytes_exist(tvb, offset, sizeof(e_dce_cn_common_hdr_t))) {
-                /* look for a previous occurence of the DCE-RPC protocol */
+                /* look for a previous occurrence of the DCE-RPC protocol */
                 wmem_list_frame_t *cur;
                 cur = wmem_list_frame_prev(wmem_list_tail(pinfo->layers));
                 while (cur != NULL) {
index 27b5154ace9f17de76af2b95ab6b5861b0b0b5c0..a238f7d9360480fbadd582056404799028795dee 100644 (file)
@@ -34,7 +34,7 @@ Capture Filter Syntax
 ---------------------
 The following is a short description of the capture filter language syntax. For a further reference, have a look at: http://www.tcpdump.org/tcpdump_man.html
 
-A capture filter takes the form of a series of primitive expressions, connected by conjunctions (and/or) and optionally preceeded by not:
+A capture filter takes the form of a series of primitive expressions, connected by conjunctions (and/or) and optionally preceded by not:
 
 [not] primitive [and|or [not] primitive ...]
 
@@ -42,7 +42,7 @@ A primitive is simply one of the following:
 
 [src|dst] host <host>
 
-This primitive allows you to filter on a host IP address or name. You can optionally preceed the primitive with the keyword src|dst to specify that you are only interested in source or destination addresses. If these are not present, packets where the specified address appears as either the source or the destination address will be selected.
+This primitive allows you to filter on a host IP address or name. You can optionally precede the primitive with the keyword src|dst to specify that you are only interested in source or destination addresses. If these are not present, packets where the specified address appears as either the source or the destination address will be selected.
 
 ether [src|dst] host <ehost>
 
@@ -54,11 +54,11 @@ This primitive allows you to filter on packets that used host as a gateway. That
 
 [src|dst] net <net> [{mask <mask>}|{len <len>}]
 
-This primitive allows you to filter on network numbers. You can optionally preceed this primitive with the keyword src|dst to specify that you are only interested in a source or destination network. If neither of these are present, packets will be selected that have the specified network in either the source or destination address. In addition, you can specify either the netmask or the CIDR (Classless Inter-Domain Routing) prefix for the network if they are different from your own.
+This primitive allows you to filter on network numbers. You can optionally precede this primitive with the keyword src|dst to specify that you are only interested in a source or destination network. If neither of these are present, packets will be selected that have the specified network in either the source or destination address. In addition, you can specify either the netmask or the CIDR (Classless Inter-Domain Routing) prefix for the network if they are different from your own.
 
 [tcp|udp] [src|dst] port <port>
 
-This primitive allows you to filter on TCP and UDP port numbers. You can optionally preceed this primitive with the keywords src|dst and tcp|udp which allow you to specify that you are only interested in source or destination ports and TCP or UDP packets respectively. The keywords tcp|udp must appear before src|dst.
+This primitive allows you to filter on TCP and UDP port numbers. You can optionally precede this primitive with the keywords src|dst and tcp|udp which allow you to specify that you are only interested in source or destination ports and TCP or UDP packets respectively. The keywords tcp|udp must appear before src|dst.
 If these are not specified, packets will be selected for both the TCP and UDP protocols and when the specified address appears in either the source or destination port field.
 
 less|greater <length>
index 97a6e6dfeff67e73b750649e8d2399d9992be135..28303ff04ef08c41a898e9abbb72f3f3a136283c 100644 (file)
@@ -6,7 +6,7 @@ Using display filters, you can choose which packets should (not) be shown on the
 
 The display filter will not affect the data captured, it will only select which packets of the captured data are displayed on the screen.
 
-Everytime you change the filter string, all packets will be reread from the capture file (or from memory), and processed by the display filter "machine". Packet by packet, this "machine" is asked, if this particular packet should be shown or not.
+Every time you change the filter string, all packets will be reread from the capture file (or from memory), and processed by the display filter "machine". Packet by packet, this "machine" is asked, if this particular packet should be shown or not.
 
 Wireshark offers a very powerful display filter language for this. It can be used for a wide range of purposes, from simply: "show only packets from a specific IP address", or on the other hand, to very complex filters like: "find all packets where a special application specific flag is set".
 
index e7f7db36a25cdb0b1f1ab2e02007b93499beca6c..9e524d43a767371a121992c61bffb04c2d151a47 100755 (executable)
@@ -852,7 +852,7 @@ if [ ! -f glib-$GLIB_VERSION-done ] ; then
     # And, what's worse, at least with the version of Xcode that comes
     # with Leopard, /usr/include/ffi/fficonfig.h doesn't define MACOSX,
     # which causes the build of GLib to fail.  If we don't find
-    # "#define.*MACOSX" in /usr/include/ffi/fficonfig.h, explictly
+    # "#define.*MACOSX" in /usr/include/ffi/fficonfig.h, explicitly
     # define it.
     #
     # While we're at it, suppress -Wformat-nonliteral to avoid a case
index eb4ba9f7d33a010a67b96decd72f0bc8956a3da3..2ee0ffdad7a4feca40fed198de4e6bbb8881bb25 100644 (file)
@@ -188,7 +188,7 @@ call_foreach_count_ip_id(gpointer value, gpointer arg)
                /* Detect ongoing package hits, special behavior if start is set to 0 */
                if((cs->last_hit||(compare_start==0))&&(cs->start_ongoing_hits<compare_start||(compare_start==0))){
                        if((compare_start==0)&&(cs->start_ongoing_hits!=0)){
-                               /* start from the first packet so allready set */
+                               /* start from the first packet so already set */
                        } else {
                                cs->start_ongoing_hits++;
                                /* Take the lower number */
@@ -449,7 +449,7 @@ comparestat_draw(void *prs)
        const gchar *statis_string;
        guint32 first_file_amount, second_file_amount;
 
-       /* inital steps, clear all data before start*/
+       /* initial steps, clear all data before start*/
        cs->zebra_time.secs=0;
        cs->zebra_time.nsecs=1;
        nstime_set_unset(&cs->current_time);
index 65ea9dc31fd08dfdeedd158b999b2b64b3c12ade..1beb7a641313699a1358ae5d2edeabb9a6cafb4c 100644 (file)
@@ -25,7 +25,7 @@
 /*
  * This TAP enables extraction of most important diameter fields in text format.
  * - much more performance than -T text and -T pdml
- * - more powerfull than -T field and -z proto,colinfo
+ * - more powerful than -T field and -z proto,colinfo
  * - exacltly one text line per diameter message
  * - multiple diameter messages in one frame supported
  *   E.g. one device watchdog answer and two credit control answers
index cb8a418e157e79417f1b45626191e0d3c9600a47..e17feebfb5e1d3d9da31d8e28e837e0a6bc42e8b 100644 (file)
@@ -496,7 +496,7 @@ followDraw(
   void *        contextp
   )
 {
-  static const char     seperator[] =
+  static const char     separator[] =
     "===================================================================\n";
 
   follow_t *            fp      = (follow_t *)contextp;
@@ -586,7 +586,7 @@ followDraw(
     port[1] = fp->port[0];
   }
 
-  printf("\n%s", seperator);
+  printf("\n%s", separator);
   printf("Follow: %s,%s\n", followStrType(fp), followStrMode(fp));
   printf("Filter: %s\n", followStrFilter(fp));
 
@@ -716,7 +716,7 @@ followDraw(
 
 done:
 
-  printf("%s", seperator);
+  printf("%s", separator);
 
   followFileClose(fp);
 }
index 56b511a5dc1c87b5ebf649e2fdda538965672f6c..ddce9f408fa52606d3baf3da0f299214d3b62704 100644 (file)
@@ -97,7 +97,7 @@ wspstat_reset(void *psp)
  * the window to be redrawn, return 1 and (*draw) will be called sometime
  * later.
  *
- * We didnt apply a filter when we registered so we will be called for
+ * We didn't apply a filter when we registered so we will be called for
  * ALL packets and not just the ones we are collecting stats for.
  *
  */
index 59ccaa2cb26fb8393f008e46cd1af47aea9b94a4..91d47060b09e9e4d5f9519efdaed68d800011c4e 100644 (file)
@@ -155,7 +155,7 @@ gpointer    dest_memory_addr;
                        continue;
                }
                /* 2. data chunk overlaps the first part of free_chunk */
-               /* -> free chunk shrinks from the beggining */
+               /* -> free chunk shrinks from the beginning */
                if (chunk_offset<=current_free_chunk->start_offset && chunk_end_offset>=current_free_chunk->start_offset && chunk_end_offset<current_free_chunk->end_offset) {
                        file->data_gathered += chunk_end_offset-current_free_chunk->start_offset+1;
                        current_free_chunk->start_offset=chunk_end_offset+1;
index 4756bb6279aff6e59acc13b1a59fe7a0cf8a1a51..4fcef382ccff576a2b699e89fb4118b261621e5c 100644 (file)
@@ -65,7 +65,8 @@ parse_http_header(char *data, size_t len, size_t *content_start)
      * In order to parse header, we duplicate data and tokenize lines.
      * We aren't interested in actual data, so use g_strndup instead of memcpy
      * to (possibly) copy fewer bytes (e.g., if a nul byte exists in data)
-     * This also ensures that we have a terminated string for futher processing.
+     * This also ensures that we have a terminated string for further
+     * processing.
      */
     tmp = copy = g_strndup(data, len);
     if (!tmp) {
index 3687e66917b1d84fde489ab64be648878878d7c1..c245ee0b109046690a62f89ca6d83cdcf9d1eed9 100644 (file)
@@ -83,7 +83,7 @@
 
 #include "ui/gtk/old-gtk-compat.h"
 
-/* From colorize convertion */
+/* From colorize conversion */
 #define COLOR_N        1
 
 /* For checksum */
@@ -272,7 +272,7 @@ call_foreach_count_ip_id(gpointer value, gpointer arg)
                /* Detect ongoing package hits, special behavior if start is set to 0 */
                if((cs->last_hit||(compare_start==0))&&(cs->start_ongoing_hits<compare_start||(compare_start==0))){
                        if((compare_start==0)&&(cs->start_ongoing_hits!=0)){
-                               /* start from the first packet so allready set */
+                               /* start from the first packet so already set */
                        } else {
                                cs->start_ongoing_hits++;
                                /* Take the lower number */
@@ -543,7 +543,7 @@ comparestat_draw(void *arg)
        frame_info *fInfo;
        guint32 first_file_amount, second_file_amount;
 
-       /* inital steps, clear all data before start*/
+       /* initial steps, clear all data before start*/
        cs->zebra_time.secs=0;
        cs->zebra_time.nsecs=1;
        nstime_set_unset(&cs->current_time);
index c4c04af07f414963bb19805998b9c5997a5b03e1..5a3e384dba25869fc6d60846987e5bb95373283b 100644 (file)
@@ -485,7 +485,7 @@ dcerpcstat_find_next_program(gpointer *key, gpointer *value, gpointer *user_data
        /* searching for the next one we are only interested in those
           that sorts alphabetically after the current one */
        if(strcmp(current_uuid_value->name, v->name) >= 0){
-               /* this one doesnt so just skip it */
+               /* this one doesn't so just skip it */
                return;
        }
 
index 40f0285c4865afffeea9d06d4332dca4b13acf9d..03f84388a635f3a613e972175476471a84628fcf 100644 (file)
@@ -953,7 +953,7 @@ dialog_graph_draw(user_data_t* user_data)
         * so we know how large arrays we need to malloc()
         */
        num_time_intervals = user_data->dlg.dialog_graph.num_items;
-       /* if there isnt anything to do, just return */
+       /* if there isn't anything to do, just return */
        if (num_time_intervals == 0) {
                return;
        }
index 008cc65b4249adf345ccd01640bf623c69ab8fc7..5e78b9e65b1b7f038b1ef20b9a801c67dc6ac412 100644 (file)
@@ -953,7 +953,7 @@ void new_packet_window(GtkWidget *w _U_, gboolean reference, gboolean editable _
                return;
        }
 
-       /* With the new packetlists "lazy columns" it's neccesary to reread the frame */
+       /* With the new packetlists "lazy columns" it's necessary to reread the frame */
        if (!cf_read_frame(&cfile, fd)) {
                /* error reading the frame */
                return;
index baabd00ede85a25bd25d6e70dbfac58de5666e91..9960d40c6bb7d70d4f6c3c296b24801f0390a303 100644 (file)
@@ -436,7 +436,7 @@ colopts_edit_cb(GtkWidget *w, gpointer data _U_)
        gtk_widget_show(col_link_lb);
        row++;
 
-       /* create "Promiscous Mode" label and button */
+       /* create "Promiscuous Mode" label and button */
        col_pmode_cb = gtk_check_button_new();
        ws_gtk_grid_attach_defaults(GTK_GRID(main_grid), col_pmode_cb, 0, row, 1, 1);
        if (!prefs.capture_columns || prefs_capture_options_dialog_column_is_visible("PMODE"))
@@ -445,7 +445,7 @@ colopts_edit_cb(GtkWidget *w, gpointer data _U_)
                gtk_toggle_button_set_active(GTK_TOGGLE_BUTTON(col_pmode_cb), FALSE);
        gtk_widget_show(col_pmode_cb);
 
-       col_pmode_lb = gtk_label_new("Promiscous Mode");
+       col_pmode_lb = gtk_label_new("Promiscuous Mode");
        ws_gtk_grid_attach_defaults(GTK_GRID(main_grid), col_pmode_lb, 1, row, 1, 1);
        gtk_misc_set_alignment(GTK_MISC(col_pmode_lb), 0, 0.5f);
        gtk_widget_show(col_pmode_lb);
index 5af2c4eca05d5f7a456c5116a27166ab5eaf7174..b894fc75653f8573cb4e8924ccc68743f67d5069 100644 (file)
@@ -999,7 +999,7 @@ dialog_graph_draw(user_data_t* user_data)
         * so we know how large arrays we need to malloc()
         */
        num_time_intervals = user_data->dlg.dialog_graph.num_items;
-       /* if there isnt anything to do, just return */
+       /* if there isn't anything to do, just return */
        if (num_time_intervals == 0) {
                return;
        }
index acee55f804a785592307eebc441f57eba10275f1..63c9eca4275b482c6ed42b809ef805cfa5291911 100644 (file)
@@ -2287,7 +2287,7 @@ rtp_player_on_destroy(GObject *object _U_, gpointer user_data _U_)
        PaError err;
        GtkWidget *dialog;
 
-       /* Stop the channels if necesary */
+       /* Stop the channels if necessary */
        if(rtp_channels && (!rtp_channels->stop)){
                stop_channels();
        }
index 1b5d6102885c574b773adda3093ba0f39fd0528c..2cb38895f8e20de99c7b62c56ead592e9c2148d6 100644 (file)
@@ -80,7 +80,7 @@ struct _tree_pres {
 
 /* Define fixed column indexes */
 #define        NODEPTR_COLUMN  0               /* Always first column */
-#define        N_RESERVED_COL  1               /* Number of columns for internal use - added before visable cols */
+#define        N_RESERVED_COL  1               /* Number of columns for internal use - added before visible cols */
 
 
 static void
index 08489796c2a2fb5ba5a6ac40d8794ecf06b55ce5..448bfcec0d508b7596d0c133feeef38a685e892f 100644 (file)
@@ -1558,7 +1558,7 @@ q931_calls_packet(void *ptr _U_, packet_info *pinfo, epan_dissect_t *edt _U_, co
                                }
 
                                /* check if there is an LRQ/LCF that match this Setup */
-                               /* TODO: we are just checking the DialedNumer in LRQ/LCF agains the Setup
+                               /* TODO: we are just checking the DialedNumer in LRQ/LCF against the Setup
                                        we should also check if the h225 signaling IP and port match the destination
                                        Setup ip and port */
                                list = g_list_first(tapinfo->callsinfo_list);
index 34c77d1b58b1fb369dc5ef7b93b40cc6e53ec792..c2165d5c93875d09fe7bb3ec057cfbb2550d15d5 100644 (file)
@@ -87,7 +87,7 @@ extern void prefs_main_write(void);
  * @param fmt column format
  * @param title column title
  * @param custom_field column custom field
- * @param custom_occurrence custom occurence
+ * @param custom_occurrence custom occurrence
  */
 void column_prefs_add_custom(gint fmt, const gchar *title,
                             const gchar *custom_field,
index 7cd571fe4402e53f19dcaaa88de93855cc76d55a..95663272670b0fe6b238ba1f56c666ae973507dd 100644 (file)
@@ -278,7 +278,7 @@ void CaptureInterfacesDialog::UpdateInterfaces()
             hassnap = capture_dev_user_hassnap_find(device.name);
             snaplen = capture_dev_user_snaplen_find(device.name);
             if(snaplen != -1 && hassnap != -1) {
-              /* Default snap lenght set in preferences */
+              /* Default snap length set in preferences */
               device.snaplen = snaplen;
               device.has_snaplen = hassnap;
             } else {
index 195ae004ef2475eab1497b237ac9fd8861b1713e..0b0bc02083e345207b95db3f4b04753ec18a8178 100644 (file)
@@ -47,7 +47,7 @@
      </column>
      <column>
       <property name="text">
-       <string>Field occurence</string>
+       <string>Field occurrence</string>
       </property>
      </column>
     </widget>
index 4e071282c0b757c9448e0c73beec77a7ac4600d6..c7b42126c2fbabcd7d7721b402e410c95ee096e9 100644 (file)
@@ -358,7 +358,7 @@ void DecodeAsDialog::fillTypeColumn(QTreeWidgetItem *item)
             type_desc.append("16");
             break;
         default:
-            type_desc.append(tr("unkown"));
+            type_desc.append(tr("unknown"));
         }
         item->setText(type_col_, type_desc);
     }
index 1585755c9b0fb8e90bf94aecb4268cf800c55671..789eec05b059722528444aa69718dea1227af49b 100644 (file)
@@ -5595,7 +5595,7 @@ int QCPAxis::calculateAutoSubTickCount(double tickStep) const
         case 9: result = 4; break; // 9.5 -> 1.9 substep
       }
     }
-    // if mantissa fraction isnt 0.0 or 0.5, don't bother finding good sub tick marks, leave default
+    // if mantissa fraction isn't 0.0 or 0.5, don't bother finding good sub tick marks, leave default
   }
 
   return result;
@@ -6313,7 +6313,7 @@ int QCPAxis::calculateMargin()
   if (mCachedMarginValid)
     return mCachedMargin;
 
-  // run through similar steps as QCPAxis::draw, and caluclate margin needed to fit axis and its labels
+  // run through similar steps as QCPAxis::draw, and calculate margin needed to fit axis and its labels
   int margin = 0;
 
   if (mVisible)
@@ -10415,7 +10415,7 @@ void QCustomPlot::draw(QCPPainter *painter)
   the viewport with the provided \a painter. The scaled version is buffered in
   mScaledBackgroundPixmap to prevent expensive rescaling at every redraw. It is only updated, when
   the axis rect has changed in a way that requires a rescale of the background pixmap (this is
-  dependant on the \ref setBackgroundScaledMode), or when a differend axis backgroud pixmap was
+  dependent on the \ref setBackgroundScaledMode), or when a different axis background pixmap was
   set.
 
   Note that this function does not draw a fill with the background brush (\ref setBackground(const
@@ -17364,7 +17364,7 @@ void QCPAxisRect::setRangeZoomFactor(double factor)
   the axis rect with the provided \a painter. The scaled version is buffered in
   mScaledBackgroundPixmap to prevent expensive rescaling at every redraw. It is only updated, when
   the axis rect has changed in a way that requires a rescale of the background pixmap (this is
-  dependant on the \ref setBackgroundScaledMode), or when a differend axis backgroud pixmap was
+  dependent on the \ref setBackgroundScaledMode), or when a different axis background pixmap was
   set.
 
   \see setBackground, setBackgroundScaled, setBackgroundScaledMode
@@ -17528,7 +17528,7 @@ void QCPAxisRect::mouseReleaseEvent(QMouseEvent *event)
   Event handler for mouse wheel events. If rangeZoom is Qt::Horizontal, Qt::Vertical or both, the
   ranges of the axes defined as rangeZoomHorzAxis and rangeZoomVertAxis are scaled. The center of
   the scaling operation is the current cursor position inside the axis rect. The scaling factor is
-  dependant on the mouse wheel delta (which direction the wheel was rotated) to provide a natural
+  dependent on the mouse wheel delta (which direction the wheel was rotated) to provide a natural
   zooming feel. The Strength of the zoom can be controlled via \ref setRangeZoomFactor.
 
   Note, that event->delta() is usually +/-120 for single rotation steps. However, if the mouse
@@ -18241,7 +18241,7 @@ bool QCPLegend::hasItemWithPlottable(const QCPAbstractPlottable *plottable) cons
 /*!
   Adds \a item to the legend, if it's not present already.
 
-  Returns true on sucess, i.e. if the item wasn't in the list already and has been successfuly added.
+  Returns true on success, i.e. if the item wasn't in the list already and has been successfuly added.
 
   The legend takes ownership of the item.
 */
index 65f175083e70d9654ebddde6f77ecde6e1554c46..c9f1750d014f119de84aada0d9b4754cbba51ba3 100644 (file)
         <translation type="unfinished"></translation>
     </message>
     <message>
-        <source>Field occurence</source>
+        <source>Field occurrence</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
index 8cc3f9bf4361d65ba560e9dadbb2f65b9bb3d832..34cc818c1afaab6a88737c6235d5ade23cc16423 100644 (file)
     </message>
     <message>
         <location filename="column_preferences_frame.ui" line="50"/>
-        <source>Field occurence</source>
+        <source>Field occurrence</source>
         <translation type="unfinished"></translation>
     </message>
 </context>
index 14c484bbd9b2fc75951a22a24d5f6eeb96cd7ecb..38244f51c29485cd2127177a89ca80e7a674584d 100644 (file)
@@ -94,7 +94,7 @@ typedef struct _rtpstream_tapinfo {
     int     nstreams;                      /**< number of streams in the list */
     GList*  strinfo_list;                  /**< list with all streams */
     int     npackets;                      /**< total number of rtp packets of all streams */
-    /* used while tapping. user shouldnt modify these */
+    /* used while tapping. user shouldn't modify these */
     tap_mode_t mode;
     rtp_stream_info_t* filter_stream_fwd;  /**< used as filter in some tap modes */
     rtp_stream_info_t* filter_stream_rev;  /**< used as filter in some tap modes */
index a4a62171bb2c731c756484a767db016f6bf4ed9a..26919603b3f183fcd5daf583234f2fd34675fc85 100644 (file)
@@ -542,7 +542,7 @@ int rtp_packet_analyse(tap_rtp_stat_t *statinfo,
        /* If the first one is 65535 we wrap */
        else if ( (statinfo->seq_num == 65535) && (rtpinfo->info_seq_num == 0) )
                statinfo->seq_num = rtpinfo->info_seq_num;
-       /* Lost packets. If the prev seq is enourmously larger than the cur seq
+       /* Lost packets. If the prev seq is enormously larger than the cur seq
         * we assume that instead of being massively late we lost the packet(s)
         * that would have indicated the sequence number wrapping. An imprecise
         * heuristic at best, but it seems to work well enough.
index 966363bcb6c2700b29ebb37570394be717f4e3f7..391b5446cb794cab8694ed71f1c7031741f9ad7b 100644 (file)
@@ -634,7 +634,7 @@ parse_preamble (void)
     timecode = timecode_default;
     ts_usec = 0;
 
-    /* Ensure preamble has more than two chars before atempting to parse.
+    /* Ensure preamble has more than two chars before attempting to parse.
      * This should cover line breaks etc that get counted.
      */
     if ( strlen(packet_preamble) > 2 ) {
index 2137184b2b51e9a82eb012340e8347caac7eb58e..8025e03f26ec16080161dab3e73ae4656ef59f00 100644 (file)
@@ -313,7 +313,7 @@ static int get_freq_wext(const char *ifname)
 {
        int fd;
        int ret = -1;
-       /* Ugly hack to avoid incuding wireless.h */
+       /* Ugly hack to avoid including wireless.h */
        struct {
                char name1[IFNAMSIZ];
                __s32 m;