]> granicus.if.org Git - handbrake/commitdiff
Misc. typos
authorluz.paz <luzpaz@users.noreply.github.com>
Wed, 7 Feb 2018 15:54:59 +0000 (10:54 -0500)
committerScott <628593+sr55@users.noreply.github.com>
Tue, 20 Feb 2018 18:10:44 +0000 (18:10 +0000)
Found via `codespell -q 3 --skip="./gtk/po`

92 files changed:
gtk/src/callbacks.c
gtk/src/ghb-dvd.c
gtk/src/ghb.m4
gtk/src/plist.c
gtk/src/presets.c
gtk/src/queuehandler.c
gtk/src/renderer_button.c
gtk/src/subtitlehandler.c
libhb/audio_remap.h
libhb/comb_detect.c
libhb/common.c
libhb/common.h
libhb/deccc608sub.c
libhb/decomb.c
libhb/decpgssub.c
libhb/decsrtsub.c
libhb/decssasub.h
libhb/demuxmpeg.c
libhb/dvdnav.c
libhb/eedi2.c
libhb/enc_qsv.c
libhb/encavcodecaudio.c
libhb/enctheora.c
libhb/encx264.c
libhb/encx265.c
libhb/hb.c
libhb/internal.h
libhb/nal_units.h
libhb/plist.c
libhb/preset.c
libhb/preset.h
libhb/qsv_common.c
libhb/qsv_filter.c
libhb/qsv_libav.h
libhb/reader.c
libhb/rendersub.c
libhb/stream.c
libhb/sync.c
libhb/vfr.c
libhb/work.c
macosx/Growl.framework/Versions/A/Headers/GrowlApplicationBridge.h
macosx/HBAdvancedController.m
macosx/HBController.m
macosx/HBDockTile.h
macosx/HBHUD.h
macosx/HBOutputRedirect.m
macosx/HBPresetsManager.h
macosx/HBPresetsManager.m
macosx/HBQueueController.m
macosx/HBQueueOutlineView.h
macosx/HBSubtitles.m
macosx/HBVideo.m
macosx/NSWindow+HBAdditions.h
macosx/NSWindow+HBAdditions.m
macosx/Sparkle.framework/Versions/A/Headers/SUUpdater.h
macosx/module.defs
pkg/linux/debian/copyright
scripts/tag-release.sh
win/CS/HandBrake.ApplicationServices/Interop/Helpers/InteropUtilities.cs
win/CS/HandBrake.ApplicationServices/Services/Logging/LogService.cs
win/CS/HandBrakeTools/Program.cs
win/CS/HandBrakeWPF/App.xaml.cs
win/CS/HandBrakeWPF/Controls/AlertPanel.xaml.cs
win/CS/HandBrakeWPF/Converters/BooleanConverter.cs
win/CS/HandBrakeWPF/Converters/BooleanToHiddenVisibilityConverter.cs
win/CS/HandBrakeWPF/Converters/BooleanToVisibilityConverter.cs
win/CS/HandBrakeWPF/Model/Audio/AudioBehaviours.cs
win/CS/HandBrakeWPF/Model/UpdateCheckInformation.cs
win/CS/HandBrakeWPF/Properties/Resources.Designer.cs
win/CS/HandBrakeWPF/Properties/Resources.resx
win/CS/HandBrakeWPF/Properties/ResourcesTooltips.Designer.cs
win/CS/HandBrakeWPF/Properties/ResourcesTooltips.resx
win/CS/HandBrakeWPF/Services/Encode/EncodeBase.cs
win/CS/HandBrakeWPF/Services/Encode/Interfaces/IEncode.cs
win/CS/HandBrakeWPF/Services/Interfaces/IUserSettingService.cs
win/CS/HandBrakeWPF/Services/PrePostActionService.cs
win/CS/HandBrakeWPF/Services/Presets/PresetService.cs
win/CS/HandBrakeWPF/Services/Queue/QueueProcessor.cs
win/CS/HandBrakeWPF/Services/Scan/Interfaces/IScan.cs
win/CS/HandBrakeWPF/Services/Scan/Model/Subtitle.cs
win/CS/HandBrakeWPF/Services/UserSettingService.cs
win/CS/HandBrakeWPF/UserSettingConstants.cs
win/CS/HandBrakeWPF/Utilities/GeneralUtilities.cs
win/CS/HandBrakeWPF/Utilities/Input/ChapterImporterCsv.cs
win/CS/HandBrakeWPF/Utilities/Portable.cs
win/CS/HandBrakeWPF/Utilities/Win32.cs
win/CS/HandBrakeWPF/Utilities/Win7.cs
win/CS/HandBrakeWPF/ViewModels/ChaptersViewModel.cs
win/CS/HandBrakeWPF/ViewModels/MainViewModel.cs
win/CS/HandBrakeWPF/ViewModels/PictureSettingsViewModel.cs
win/CS/HandBrakeWPF/ViewModels/StaticPreviewViewModel.cs
win/CS/HandBrakeWPF/ViewModels/ViewModelBase.cs

index ed52ac3589712f447764b0a43aac532d1eb11071..79b6f518ae6511d28880a0280c1987bd1de18a2d 100644 (file)
@@ -2197,7 +2197,7 @@ ghb_set_title_settings(signal_user_data_t *ud, GhbValue *settings)
         ghb_dict_set_int(settings, "scale_width",
                  title->geometry.width - crop[2] - crop[3]);
 
-        // If anamorphic or keep_aspect, the hight will
+        // If anamorphic or keep_aspect, the height will
         // be automatically calculated
         gboolean keep_aspect;
         gint pic_par;
@@ -4431,7 +4431,7 @@ chapter_edited_cb(
 
         gtk_tree_path_next(treepath);
         // When a cell has been edited, I want to advance to the
-        // next cell and start editing it automaitcally.
+        // next cell and start editing it automatically.
         // Unfortunately, we may not be in a state here where
         // editing is allowed.  This happens when the user selects
         // a new cell with the mouse instead of just hitting enter.
index dca919c2d5919295ff5f57de6693540e51870bd4..ffc393e6fccde724a84c81cd8a4bb95d6f494b65 100644 (file)
@@ -251,7 +251,7 @@ anchor:
     if (type != 2) /* TAG_ID_AVDP */
         goto found;
 
-    /* get desriptor list address and block count */
+    /* get descriptor list address and block count */
     count = le32_to_cpu(vd->type.anchor.length) / bs;
     loc = le32_to_cpu(vd->type.anchor.location);
 
@@ -370,7 +370,7 @@ ghb_dvd_set_current(const gchar *name, signal_user_data_t *ud)
         {
             // I could go through the trouble to scan the connected drives and
             // verify that this device is connected and is a DVD.  But I don't
-            // think its neccessary.
+            // think its necessary.
             ud->current_dvd_device = resolved;
         }
         else
index b11978f8917fe1dbc9f4743ef2e39b894cd6dd7a..3d8c892f8c65849100caad4d6d23bc80bc8a4396 100644 (file)
@@ -3856,7 +3856,7 @@ settings will result in better quality or smaller files.</property>
                                     <property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
                                     <property name="tooltip_text" translatable="yes">Tune settings to optimize for common scenarios.
 
-This can improve effeciency for particular source characteristics or set
+This can improve efficiency for particular source characteristics or set
 characteristics of the output file.  Changes will be applied after the
 preset but before all other parameters.</property>
                                     <signal name="changed" handler="video_setting_changed_cb" swapped="no"/>
index 81956a9c46e87c3652576ed039ff4982497f000e..57190798882c4c24fdd9498480b39647656b8ef7 100644 (file)
@@ -511,7 +511,7 @@ gval_write(FILE *file, GhbValue *gval)
     }
     else
     {
-        // Try to make anything thats unrecognized into a string
+        // Try to make anything that's unrecognized into a string
         g_warning("Unhandled data type %d", gtype);
     }
 }
index feceb3e54e956106547f95afd8a2e17ffdcbc1a6..32e9782deefc2310896d164c0e1c0d5d1b40f956 100644 (file)
@@ -1822,7 +1822,7 @@ ghb_presets_load(signal_user_data_t *ud)
         {
             ghb_log("Failed to read backup presets, using defaults...");
             hb_presets_builtin_update();
-            // Don't store defaults unless the user explicitely saves
+            // Don't store defaults unless the user explicitly saves
             // a new preset.  This would overwrite the presets file
             // that was generated by a newer version of HandBrake.
         }
index ed3721ef03547faeab3c576122b9e5c8a35ec2cd..75fe204d2e173aca2007bc492cb190c01bc7b0ca 100644 (file)
@@ -1717,7 +1717,7 @@ title_dest_file_cb(GtkWidget *widget, signal_user_data_t *ud)
 
     // Check if changing the destination file name resolves
     // a file name conflict.  Enable selection if so.
-    // Disable selection if it creates a confict!!!
+    // Disable selection if it creates a conflict!!!
     gboolean can_select;
     can_select = title_multiple_can_select(ud->settings_array, index);
     ghb_dict_set_bool(settings, "title_selected", can_select);
@@ -1753,7 +1753,7 @@ title_dest_dir_cb(GtkWidget *widget, signal_user_data_t *ud)
 
     // Check if changing the destination file name resolves
     // a file name conflict.  Enable selection if so.
-    // Disable selection if it creates a confict!!!
+    // Disable selection if it creates a conflict!!!
     gboolean can_select;
     can_select = title_multiple_can_select(ud->settings_array, index);
     ghb_dict_set_bool(settings, "title_selected", can_select);
@@ -2142,7 +2142,7 @@ queue_drag_motion_cb(
         pos = GTK_TREE_VIEW_DROP_BEFORE;
     if (pos == GTK_TREE_VIEW_DROP_INTO_OR_AFTER)
         pos = GTK_TREE_VIEW_DROP_AFTER;
-    // Don't allow droping int child items
+    // Don't allow dropping int child items
     if (gtk_tree_path_get_depth(path) > 1)
     {
         gtk_tree_path_up(path);
index dd427d708a79f5d60b4c4b484de7c85404d7409d..196227b664b281888e6c6bf32c92b7d9484a3cfd 100644 (file)
@@ -159,7 +159,7 @@ static void
 custom_cell_renderer_button_finalize (GObject *object)
 {
     /*
-    If you need to do anyting with the renderer button ...
+    If you need to do anything with the renderer button ...
     CustomCellRendererProgress *cellrendererbutton = CUSTOM_CELL_RENDERER_BUTTON(object);
     */
 
index 85108cfb88af808f523047e7dfe1a319a81e75cc..3cf44689f209660b50b4c3354f77dcedcefdae88 100644 (file)
@@ -318,7 +318,7 @@ subtitle_add_to_settings(GhbValue *settings, GhbValue *subsettings)
 
     ghb_array_append(subtitle_list, subsettings);
 
-    // Check consistancy of exclusive flags
+    // Check consistency of exclusive flags
     count = ghb_array_len(subtitle_list);
     if (burn)
         subtitle_exclusive_burn_settings(settings, count-1);
index f0a1f34940c02c0c0fdf690924337e8a69e7d7a0..5636656f4d755fdff3780b3d0974dfcca1469e16 100644 (file)
@@ -82,7 +82,7 @@ void              hb_audio_remap_free(hb_audio_remap_t *remap);
 
 /*
  * Remap audio between 2 different channel orders, using the settings specified
- * in the remap paremeter. Remapping is only done when necessary.
+ * in the remap parameter. Remapping is only done when necessary.
  *
  * The remap parameter can be NULL (no remapping).
  */
index 4051f936ca7cdf8553e4a1f93a0fa50c326704ed..16eef9f21525b36db4be3ac4d1652a6bfe5db95b 100644 (file)
@@ -626,7 +626,7 @@ static void detect_combed_segment( hb_filter_private_t * pv,
                         else if (spatial_metric == 1)
                         {
                             /* This, for comparison, is what IsCombed uses.
-                               It's better, but still noise senstive.      */
+                               It's better, but still noise sensitive.      */
                                int combing = ( cur[up_1] - cur[0] ) *
                                              ( cur[down_1] - cur[0] );
 
@@ -1246,7 +1246,7 @@ static int comb_detect_init( hb_filter_object_t * filter,
                     decomb_prev_thread_args->segment_height[pp];
             }
 
-            // Make segment hight a multiple of block_height
+            // Make segment height a multiple of block_height
             int h = hb_image_height(init->pix_fmt, init->geometry.height, pp) / pv->comb_check_nthreads;
             h = h / pv->block_height * pv->block_height;
             if (h == 0)
index 80ccf9f176d8d15fc13e4484532144de8c2a3e9b..7bc9438ecc44ec834842c4dfdd8c5a70fb42cf07 100644 (file)
@@ -4555,7 +4555,7 @@ void hb_audio_close( hb_audio_t **audio )
  *********************************************************************/
 void hb_audio_config_init(hb_audio_config_t * audiocfg)
 {
-    /* Set read-only paramaters to invalid values */
+    /* Set read-only parameters to invalid values */
     audiocfg->in.codec = 0;
     audiocfg->in.codec_param = 0;
     audiocfg->in.reg_desc = 0;
@@ -4575,7 +4575,7 @@ void hb_audio_config_init(hb_audio_config_t * audiocfg)
     audiocfg->lang.simple[0] = 0;
     audiocfg->lang.iso639_2[0] = 0;
 
-    /* Initalize some sensible defaults */
+    /* Initialize some sensible defaults */
     audiocfg->in.track = audiocfg->out.track = 0;
     audiocfg->out.codec = hb_audio_encoder_get_default(HB_MUX_MP4); // default container
     audiocfg->out.samplerate = -1;
index b45e16fbc7d9723e5c35e2928383c7fff7f5d1ed..370ae5f5512d9308abb0488f2295aed95d6a914e 100644 (file)
@@ -25,7 +25,7 @@
 
 /*
  * It seems WinXP doesn't align the stack of new threads to 16 bytes.
- * To prevent crashes in SSE functions, we need to force stack alignement
+ * To prevent crashes in SSE functions, we need to force stack alignment
  * of new threads.
  */
 #if defined( __GNUC__ ) && (defined( _WIN32 ) || defined( __MINGW32__ ))
index 10d9926d99c6316d98c14286226488e0972055a3..02b4c4a09e9342f99b5662955a2726a8c7110f96 100644 (file)
@@ -859,9 +859,9 @@ static int write_cc_buffer_as_ssa(struct eia608_screen *data,
     aspect = (double)wb->width * wb->par.num /
                     (wb->height * wb->par.den);
 
-    // CC grid is 16 rows by 32 colums (for 4:3 video)
+    // CC grid is 16 rows by 32 columns (for 4:3 video)
     // Our SSA resolution is the title resolution
-    // Tranlate CC grid to SSA coordinates
+    // Translate CC grid to SSA coordinates
     // The numbers are tweaked to keep things off the very
     // edges of the screen and in the "safe" zone
     int screen_columns = 32;
index 28e96e04620422130988e5931ca926c3cf3666f4..0ba7cd6f8a435afe00e2958a9b2fc43469c23ba2 100644 (file)
@@ -353,7 +353,7 @@ static void blend_filter_line(filter_param_t *filter,
     }
     else
     {
-        hb_error("Invalid value y %d heigh %d", y, height);
+        hb_error("Invalid value y %d height %d", y, height);
         return;
     }
 
index 507a94c67c81869f9e41e0a7b313864c13efcfee..e4c22d20630628e6abbd35bbfcb4fe80f54c23ac 100644 (file)
@@ -318,7 +318,7 @@ static int decsubWork( hb_work_object_t * w, hb_buffer_t ** buf_in,
             // work around broken timestamps
             if (pts < pv->last_pts)
             {
-                // XXX: this should only happen if the prevous pts
+                // XXX: this should only happen if the previous pts
                 // was unknown and our 3 second default duration
                 // overshot the next pgs pts.
                 //
index d4815dd811e4f15f46c9f8f7eb12e7c25438d569..43269e47d52d1cdc7e162e9a4cb8410daa85b069 100644 (file)
@@ -424,7 +424,7 @@ static hb_buffer_t *srt_read( hb_work_private_t *pv )
             int  size, len;
 
             // If the current line is empty, we assume this is the
-            // seperation betwene two entries. In case we are wrong,
+            // separation between two entries. In case we are wrong,
             // the mistake is corrected in the next state.
             if (strcmp(line_buffer, "\n") == 0 || strcmp(line_buffer, "\r\n") == 0) {
                 pv->current_state = k_state_potential_new_entry;
@@ -621,7 +621,7 @@ static int decsrtInit( hb_work_object_t * w, hb_job_t * job )
     pv->subtitle = w->subtitle;
 
     /*
-     * Figure out the start and stop times from teh chapters being
+     * Figure out the start and stop times from the chapters being
      * encoded - drop subtitle not in this range.
      */
     pv->start_time = 0;
index 91c6966145ff177af88b8d86e851721552fae79d..d1c27139bc245f584a66853527c45d41ed9f369f 100644 (file)
@@ -14,12 +14,12 @@ typedef struct
 {
     uint32_t    flags;
 
-    uint32_t    fg_rgb;     // forground color
+    uint32_t    fg_rgb;     // foreground color
     uint32_t    alt_rgb;    // secondary color
     uint32_t    ol_rgb;     // outline color
     uint32_t    bg_rgb;     // background color
 
-    uint32_t    fg_alpha;     // forground alpha
+    uint32_t    fg_alpha;     // foreground alpha
     uint32_t    alt_alpha;    // secondary alpha
     uint32_t    ol_alpha;     // outline alpha
     uint32_t    bg_alpha;     // background alpha
index 2b4d2e1c7b30c3b57fd57fdeb141587b4b52e8b1..c0eb09795c71c50f0f08501c29fec5c3c1a30ba0 100644 (file)
@@ -265,7 +265,7 @@ static void demux_mpeg( hb_buffer_t *buf, hb_buffer_list_t *list_es,
                 // we have a new pcr
                 discontinuity = check_mpeg_scr( state, buf->s.pcr, tolerance );
                 buf->s.pcr = AV_NOPTS_VALUE;
-                // Some streams have consistantly bad PCRs or SCRs
+                // Some streams have consistently bad PCRs or SCRs
                 // So filter out the offset
                 if ( buf->s.start >= 0 )
                     state->scr_delta = buf->s.start - state->last_scr;
index bdcdcaae0839c449dfd48c750114d79de3dfdf09..b0e7239c8dc91bddfe9cc94080bd87d78c759b71 100644 (file)
@@ -1375,7 +1375,7 @@ static int try_menu(
                 break;
             }
         }
-        // Sometimes the menu is preceeded by a intro that just
+        // Sometimes the menu is preceded by a intro that just
         // gets restarted when hitting the menu button. So
         // try skipping with the skip forward button.  Then
         // try hitting the menu again.
index e12dbaef9bd26533e6657966866d2adf65d6bc1b..a4305dd6e8a532a0284c0a5698c5f9745585f424 100644 (file)
@@ -155,7 +155,7 @@ void eedi2_upscale_by_2( uint8_t * srcp, uint8_t * dstp, int height, int pitch )
 }
 
 /**
- * Finds places where verticaly adjacent pixels abruptly change in intensity, i.e., sharp edges.
+ * Finds places where vertically adjacent pixels abruptly change in intensity, i.e., sharp edges.
  * @param dstp Pointer to the destination bitmap
  * @param dst_pitch Stride of dstp
  * @param srcp Pointer to the source bitmap
index b5d387b440315fe9062c17198c38df4083996cbb..fd4a253f9ee0a658846fcaa7b987ed7859cee3e0 100644 (file)
@@ -961,7 +961,7 @@ int encqsvInit(hb_work_object_t *w, hb_job_t *job)
         pv->param.videoParam->mfx.MaxKbps = pv->param.rc.vbv_max_bitrate;
     }
 
-    // set rate control paremeters
+    // set rate control parameters
     if (job->vquality > HB_INVALID_VIDEO_QUALITY)
     {
         if (pv->param.rc.icq)
index 69b6f3895d9bf3a5537220b1b909d26e8be856a8..79f775a9dc845ada5e994a898f334769e682b3dd 100644 (file)
@@ -222,7 +222,7 @@ static int encavcodecaInit(hb_work_object_t *w, hb_job_t *job)
     pv->input_samples     = context->frame_size * context->channels;
     pv->input_buf         = malloc(pv->input_samples * sizeof(float));
     // Some encoders in libav (e.g. fdk-aac) fail if the output buffer
-    // size is not some minumum value.  8K seems to be enough :(
+    // size is not some minimum value.  8K seems to be enough :(
     pv->max_output_bytes  = MAX(AV_INPUT_BUFFER_MIN_SIZE,
                                 (pv->input_samples *
                                  av_get_bytes_per_sample(context->sample_fmt)));
index 636afa76f310bfaef6e403efacc5c9b7d4d395bd..3a78d722897648ff51c48a5a08667bb1b72e2948 100644 (file)
@@ -152,7 +152,7 @@ int enctheoraInit( hb_work_object_t * w, hb_job_t * job )
          * We make this call just to set the encoder into 2-pass mode, because
          * by default enabling two-pass sets the buffer delay to the whole file
          * (because there's no way to explicitly request that behavior).
-         * If we waited until we were actually encoding, it would overwite our
+         * If we waited until we were actually encoding, it would overwrite our
          * settings.*/
         hb_log("enctheora: init 2nd pass");
         if( th_encode_ctl( pv->ctx, TH_ENCCTL_2PASS_IN, NULL, 0) < 0)
index 984d52be91fe8b10e61b553a0877db879991541b..b49d5551805fd8f5d5304cd18e261b8e6bdd961e 100644 (file)
@@ -514,7 +514,7 @@ int encx264Init( hb_work_object_t * w, hb_job_t * job )
         hb_log( "encx264: min-keyint: %s, keyint: %s", min, max );
     }
 
-    /* Settings which can't be overriden in the encoder_options string
+    /* Settings which can't be overridden in the encoder_options string
      * (muxer-specific settings, resolution, ratecontrol, etc.). */
 
     /* Disable annexb. Inserts size into nal header instead of start code. */
@@ -1349,7 +1349,7 @@ char * hb_x264_param_unparse(int bit_depth, const char *x264_preset,
     if (api->param_default_preset(&param, x264_preset, x264_tune) < 0)
     {
         /*
-         * Note: GUIs should be able to always specifiy valid preset/tunes, so
+         * Note: GUIs should be able to always specify valid preset/tunes, so
          *       this code will hopefully never be reached
          */
         return strdup("hb_x264_param_unparse: invalid x264 preset/tune");
@@ -1900,7 +1900,7 @@ char * hb_x264_param_unparse(int bit_depth, const char *x264_preset,
     }
     else
     {
-        // pbratio requires bframes and is incomaptible with mbtree
+        // pbratio requires bframes and is incompatible with mbtree
         hb_dict_remove(x264_opts, "pbratio");
     }
     if (param.rc.f_qcompress != defaults.rc.f_qcompress)
index bc32a5e783061bbee89461f525f847a94f143075..1f66228fde47fa506d34bf95d8205508f785e43c 100644 (file)
@@ -225,7 +225,7 @@ int encx265Init(hb_work_object_t *w, hb_job_t *job)
     job->color_matrix      = param->vui.matrixCoeffs;
 
     /*
-     * Settings which can't be overriden in the encodeer_options string
+     * Settings which can't be overridden in the encodeer_options string
      * (muxer-specific settings, resolution, ratecontrol, etc.).
      */
     param->bRepeatHeaders = job->inline_parameter_sets;
index 8bd6813be69eada5466da34e557591dc1f438862..b973645b009497229c35f5b246bf0c177a9b7879 100644 (file)
@@ -758,7 +758,7 @@ int hb_detect_comb( hb_buffer_t * buf, int color_equal, int color_diff, int thre
         // compare results
         /*  The final cc score for a plane is the percentage of combed pixels it contains.
             Because sensitivity goes down to hundreths of a percent, multiply by 1000
-            so it will be easy to compare against the threhold value which is an integer. */
+            so it will be easy to compare against the threshold value which is an integer. */
         cc[k] = (int)( ( cc_1 + cc_2 ) * 1000.0 / ( width * height ) );
     }
 
index ca34ad05c3d0c9bfa93579de74cb860fb5c0a237..cc3bf7f193b5004d1fd0aea3de01ed2c208b05da 100644 (file)
@@ -210,7 +210,7 @@ static inline int hb_image_width(int pix_fmt, int width, int plane)
 
     if (desc != NULL && (plane == 1 || plane == 2))
     {
-        // The wacky arithmatic assures rounding up.
+        // The wacky arithmetic assures rounding up.
         width = -((-width) >> desc->log2_chroma_w);
     }
 
@@ -237,7 +237,7 @@ static inline int hb_image_height(int pix_fmt, int height, int plane)
 
     if (desc != NULL && (plane == 1 || plane == 2))
     {
-        // The wacky arithmatic assures rounding up.
+        // The wacky arithmetic assures rounding up.
         height = -((-height) >> desc->log2_chroma_h);
     }
 
index 71d8dad7f7cf713258f7544cd49e65232fec9e2e..c8a44e2f8bfd860617f8e1ec10a356ca34674449 100644 (file)
  * The provided NAL unit must start with the NAL unit header.
  *
  * Note: the buffer is assumed to be large enough to hold the NAL unit
- * as well as any additonal data the function may prepend/append to it.
+ * as well as any additional data the function may prepend/append to it.
  *
  * The caller may check the minimum required buffer size by passing a
- * NULL buffer to the fucntion and checking the returned size value.
+ * NULL buffer to the function and checking the returned size value.
  */
 size_t hb_nal_unit_write_annexb(uint8_t *buf, const uint8_t *nal_unit, const size_t nal_unit_size);
 size_t hb_nal_unit_write_isomp4(uint8_t *buf, const uint8_t *nal_unit, const size_t nal_unit_size);
index 03b0df493b0cca274b30dbbb9abc254e9afc848b..59e1780ba14238eb7bb2b56ea5831643f87802e9 100644 (file)
@@ -650,7 +650,7 @@ gval_write(FILE *file, hb_value_t *gval)
     }
     else
     {
-        // Try to make anything thats unrecognized into a string
+        // Try to make anything that's unrecognized into a string
         hb_error("Unhandled data type %d", gtype);
     }
 }
index 710499024283918606730ad239db73d303430373..4a581e01708ee878deb538d30adc4d5ae6c43804 100644 (file)
@@ -3402,7 +3402,7 @@ char * hb_presets_builtin_get_json(void)
 }
 
 // Lookup a preset in the preset list.  The "name" may contain '/'
-// separators to explicitely specify a preset within the preset lists
+// separators to explicitly specify a preset within the preset lists
 // folder structure.
 //
 // If 'recurse' is specified, a recursive search for the first component
@@ -3431,7 +3431,7 @@ static hb_preset_index_t * preset_lookup_path(const char *name,
 }
 
 // Lookup a preset in the preset list.  The "name" may contain '/'
-// separators to explicitely specify a preset within the preset lists
+// separators to explicitly specify a preset within the preset lists
 // folder structure.
 //
 // If 'recurse' is specified, a recursive search for the first component
index 09478e8fb518a99db53a73510003fc56343034d7..528767e7613ee1b710902dcddd830f5bae0c8947 100644 (file)
@@ -157,7 +157,7 @@ void hb_sanitize_audio_settings(const hb_title_t * title,
                                 hb_value_t * audio_settings);
 
 // Lookup a preset in the preset list.  The "name" may contain '/'
-// separators to explicitely specify a preset within the preset lists
+// separators to explicitly specify a preset within the preset lists
 // folder structure.
 //
 // If 'recurse' is specified, a recursive search for the first component
index 3470f49e3ba82f66d7c6940d2a17a0c8e8e37885..775e91dcb2c7869b324af0476d0c68df8773a245 100644 (file)
@@ -273,7 +273,7 @@ static int query_capabilities(mfxSession session, mfxVersion version, hb_qsv_inf
      * - MFXVideoENCODE_Query should zero out all unsupported parameters
      *
      * Mode 2:
-     * - the paramaters we want to query are set for in
+     * - the parameters we want to query are set for in
      * - in ->mfx.CodecId field has to be set (mandatory)
      * - out->mfx.CodecId field has to be set (mandatory)
      * - MFXVideoENCODE_Query should sanitize all unsupported parameters
index 2e61c5f45afe167810bda547f837cabe0e4ce48c..5daa69b0ecef89a9bb5a7a583657e8e6920352d7 100644 (file)
@@ -548,7 +548,7 @@ int process_frame(hb_qsv_list* received_item, hb_qsv_context* qsv, hb_filter_pri
                     continue;
                 }
 
-                // shouldnt be a case but drain
+                // shouldn't be a case but drain
                 if(stage){
                         hb_qsv_stage* new_stage = hb_qsv_stage_init();
 
index 38f89e410f88fb2689874696931ff954f09fca67..b74b50c2be1757ecbbfc5fa67975b70a6bd20281 100644 (file)
@@ -76,7 +76,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *  data/linesize should be used together with SYSTEM_MEMORY and tested
  *
  *  Note: Compilation would require:
- *   - Intel MediaSDK headers, Full SDK is avaialble from the original web site:
+ *   - Intel MediaSDK headers, Full SDK is available from the original web site:
  *                     http://software.intel.com/en-us/vcsource/tools/media-SDK
  *     Will be referenced as mfx*.h (mfxdefs.h, mfxstructures.h, ... )
  *  and
@@ -374,7 +374,7 @@ typedef struct hb_qsv_config {
 
     /**
      * Set amount of additional surfaces might be needed
-     * Format: ammount of additional buffers(surfaces+syncs)
+     * Format: amount of additional buffers(surfaces+syncs)
      * to allocate in advance
      *
      * - encoding: Set by user.
index 8d15ae8d6a6a1dd548d712b790b5abefb662ee0e..36ec36868668327c85a239c66e726ce2130a3c4e 100644 (file)
@@ -572,7 +572,7 @@ static int reader_work( hb_work_object_t * w, hb_buffer_t ** buf_in,
         buf = splice_discontinuity(r, buf);
         if (fifos && buf != NULL)
         {
-            /* if there are mutiple output fifos, send a copy of the
+            /* if there are multiple output fifos, send a copy of the
              * buffer down all but the first (we have to not ship the
              * original buffer or we'll race with the thread that's
              * consuming the buffer & inject garbage into the data stream). */
index 2cf92b058688a66232687e67d94b1567a0f873a7..e323ff04a2373333cb3d2a7475b41ab9d3c6ff00 100644 (file)
@@ -674,7 +674,7 @@ static int cc608sub_post_init( hb_filter_object_t * filter, hb_job_t * job )
     int height = job->title->geometry.height - job->crop[0] - job->crop[1];
     int width = job->title->geometry.width - job->crop[2] - job->crop[3];
     int safe_height = 0.8 * job->title->geometry.height;
-    // Use fixed widht font for CC
+    // Use fixed width font for CC
     hb_subtitle_add_ssa_header(filter->subtitle, HB_FONT_MONO,
                                .08 * safe_height, width, height);
     return ssa_post_init(filter, job);
index 326cb0e4b1357a374badcca15c298dd6fda14d8a..06e6c70ab32e1effa938584bb6213119dfd014a5 100644 (file)
@@ -394,7 +394,7 @@ static kind_t ts_stream_kind( hb_stream_t * stream, int idx )
 {
     if ( stream->ts.list[idx].pes_list != -1 )
     {
-        // Retuns kind for the first pes substream in the pes list
+        // Returns kind for the first pes substream in the pes list
         // All substreams in a TS stream are the same kind.
         return stream->pes.list[stream->ts.list[idx].pes_list].stream_kind;
     }
@@ -408,7 +408,7 @@ static kind_t ts_stream_type( hb_stream_t * stream, int idx )
 {
     if ( stream->ts.list[idx].pes_list != -1 )
     {
-        // Retuns stream type for the first pes substream in the pes list
+        // Returns stream type for the first pes substream in the pes list
         // All substreams in a TS stream are the same stream type.
         return stream->pes.list[stream->ts.list[idx].pes_list].stream_type;
     }
index c15d54a2e72279ef536c93a16dc5dfa09f87267d..f0b1b9abc6953f3d256fe4fd3f57761d50b1c55e 100644 (file)
@@ -21,7 +21,7 @@
 #define SYNC_MIN_AUDIO_QUEUE_LEN    30
 
 // We do not place a limit on the number of subtitle frames
-// that are buffered (max_len == INT_MAX) becuase there are
+// that are buffered (max_len == INT_MAX) because there are
 // cases where we will receive all the subtitles for a file
 // all at once (SSA subs).
 //
index ef7c1782d930f81b63476659d924f944fe5d192d..e62c741e97459362ffa9289a45c1455b2f5ad6d0 100644 (file)
@@ -84,8 +84,8 @@ static void build_gamma_lut( hb_filter_private_t * pv )
 
 #define DUP_THRESH_SSE 5.0
 
-// Compute ths sum of squared errors for a 16x16 block
-// Gamma adjusts pixel values so that less visible diffreences
+// Compute the sum of squared errors for a 16x16 block
+// Gamma adjusts pixel values so that less visible differences
 // count less.
 static inline unsigned sse_block16( unsigned *gamma_lut, uint8_t *a, uint8_t *b, int stride )
 {
index 371fa639abd5944bed1330205bcb1e73f5bdd3ae..c2eeb34e6cdaf161558e566d6b2ee45737675002 100644 (file)
@@ -806,7 +806,7 @@ static int sanitize_subtitles( hb_job_t * job )
             subtitle = hb_list_item(job->list_subtitle, i);
             /* Remove the scanned subtitle from the list if
              * it would result in:
-             * - an emty track (forced and no forced hits)
+             * - an empty track (forced and no forced hits)
              * - an identical, duplicate subtitle track:
              *   -> both (or neither) are forced
              *   -> subtitle is not forced but all its hits are forced */
@@ -1340,7 +1340,7 @@ static void sanitize_filter_list(hb_list_t *list)
 }
 
 /**
- * Job initialization rountine.
+ * Job initialization routine.
  *
  * Initializes fifos.
  * Creates work objects for synchronizer, video decoder, video renderer,
index 36397576232c952d395745747e799a71f5297f3b..0bf3583e501e48916e78f2b97b52dd022d4d552b 100644 (file)
  * @method openGrowlPreferences:
  * @abstract Open Growl preferences, optionally to this app's settings, growl:// method
  * @param showApp Whether to show the application's settings, otherwise just opens to the last position
- * @return Return's whether opening the URL was succesfull or not.  
+ * @return Returns whether opening the URL was successful or not.  
  * @discussion Will launch if Growl is installed, but not running, and open the preferences window
  * Uses growl:// URL scheme
  * @since Growl.framework 1.4
index 8d4beb8b1f3b677536b5f819db6315837a3dcca6..49af2baf504175728b2e0f3293eccc532e865e99 100644 (file)
     
     if( [self X264AdvancedOptionsIsOpt: optNameToChange inString: currentOptString] )
     {
-        /* If the option is in the string wth a semicolon, or starts the string, it's time to edit.
+        /* If the option is in the string with a semicolon, or starts the string, it's time to edit.
            This means parsing the whole string into an array of options and values. From there,
            iterate through the options, and when you reach the one that's been changed, edit it.   */
         
             }
         }
         
-        /* Change the dislayed option string to reflect the new modified settings */
+        /* Change the displayed option string to reflect the new modified settings */
         [fDisplayX264Options setStringValue:changedOptString];
     }
     else // if none exists, add it to the string
index d80ef95c26ff8546881455940cc25feb04fccbd3..38fd515c1c43b758724189c808d7f8f3f1ee38ff 100644 (file)
 
 /**
  *  Observe the job settings changes.
- *  This is used to update the file name and extention
+ *  This is used to update the file name and extension
  *  and the custom preset string.
  */
 - (void)addJobObservers
index 2b14cc8243528c2f850b348db842d69313826dfc..e30e4bbdcdd5dbd31774b83d6aee1540309c316a 100644 (file)
@@ -14,7 +14,7 @@
 /**
  *  Updates two DockTextFields on the dockTile,
  *  one with total percentage, the other one with the ETA.
- *  The ETA string is formated by the callers *
+ *  The ETA string is formatted by the callers *
  */
 - (void)updateDockIcon:(double)progress withETA:(NSString *)etaStr;
 
index d10e42f691010fcd35b75623b0b41cf8146484d6..a46c02aa9c0b95cf93ac357ec5231d1fdbe361e4 100644 (file)
@@ -11,7 +11,7 @@
 - (BOOL)canBeHidden;
 
 // Responder chains is nice and good, but NSViewController
-// are not automatically insterted in the responder chain prior 10.10
+// are not automatically inserted in the responder chain prior 10.10
 // and are removed when the view is hidden, so let's deliver the
 // events manually.
 
index 7c121735dcb25284ae1c1d3280522b35e76e2ac5..9aff9eb31cdca553e842d895173f9ba8c0807ad0 100644 (file)
@@ -137,7 +137,7 @@ int stderrwrite(void *inFD, const char *buffer, int size)
  * Private constructor which should not be called from outside. This is used to
  * initialize the class at @c stdoutRedirect and @c stderrRedirect.
  *
- * @param aStream      Stream that wil be redirected (stdout or stderr).
+ * @param aStream      Stream that will be redirected (stdout or stderr).
  * @param aSelector    Selector that will be called in listeners to redirect the stream.
  *
  * @return New HBOutputRedirect object.
index f9fbd977072f6f861b39add5ca674a031177d258..7fcc43292bb8f1e60f74029bf26f015335c39eb1 100644 (file)
@@ -32,7 +32,7 @@ extern NSString *HBPresetsChangedNotification;
 @property (nonatomic, readwrite, strong) HBPreset *defaultPreset;
 
 /**
- *  Returs a HBPresetManager with the presets loaded at the passed URL.
+ *  Returns a HBPresetManager with the presets loaded at the passed URL.
  *
  *  @param url the URL of the presets file to load.
  *
index 5c11d935987390cf763aa5acb28c9bd2826be3a6..cb90e583592101f76a0bbd00b30d3139bdbac760 100644 (file)
@@ -293,7 +293,7 @@ typedef NS_ENUM(NSUInteger, HBPresetLoadingResult) {
     __block HBPreset *firstBuiltInPreset = nil;
     __block BOOL defaultAlreadySetted = NO;
 
-    // Search for a possibile new default preset
+    // Search for a possible new default preset
     // Try to use "Normal" or the first user preset.
     [self.root enumerateObjectsUsingBlock:^(id obj, NSIndexPath *idx, BOOL *stop) {
         if ([obj isBuiltIn] && [obj isLeaf])
index 4b37640cbb9724ff9a930a0a836f1ccf795e7c2c..d2506ef018edd342c9bc46686c50c976f9a2b8fa 100644 (file)
@@ -25,7 +25,7 @@
 // Pasteboard type for or drag operations
 #define DragDropSimplePboardType    @"HBQueueCustomOutlineViewPboardType"
 
-// DockTile update freqency in total percent increment
+// DockTile update frequency in total percent increment
 #define dockTileUpdateFrequency     0.1f
 
 @interface HBQueueController () <NSOutlineViewDataSource, HBQueueOutlineViewDelegate>
index 8565237cb80e44cbcc2dbb2e1afe682ba1d27925..b17d0789effc03b684674464a8deb48536d7a9a3 100644 (file)
@@ -13,7 +13,7 @@
 // HBQueueOutlineView exists solely to get around a bug in variable row height outline
 // views in which row heights get messed up during live resizes. See this discussion:
 // http://lists.apple.com/archives/cocoa-dev/2005/Oct/msg00871.html
-// However, the recommeneded fix (override drawRect:) does not work. Instead, this
+// However, the recommended fix (override drawRect:) does not work. Instead, this
 // subclass implements viewDidEndLiveResize in order to recalculate all row heights.
 //
 // (2) prevent expanding of items during drags
index 235ceec1e9d05aa9c4fe16cebd0def5fd0030a7a..fcfefdbb74ae0437a2e0b983696dc71a68de3871 100644 (file)
@@ -39,7 +39,7 @@ extern NSString *keySubTrackSrtFileURLBookmark;
 @property (nonatomic, readwrite, weak) HBJob *job;
 @property (nonatomic, readwrite) int container;
 
-/// Used to aovid circular dependecy validation.
+/// Used to avoid circular dependency validation.
 @property (nonatomic, readwrite) BOOL validating;
 
 @end
index 21716b0bf70ce4aacb365cb77f40b6dc62a77528..2df4761659f25b477cff2368646f4551835d75b8 100644 (file)
@@ -548,7 +548,7 @@ fail:
 }
 
 /**
- *  Retuns the tune string plus the fastdecode option (if enabled)
+ *  Returns the tune string plus the fastdecode option (if enabled)
  */
 - (NSString *)completeTune
 {
index caaeaf98263bf6500037f54fee352f1a70df76f3..4f411601329fc7aa888ff6f9f33630c3a5006002 100644 (file)
@@ -9,7 +9,7 @@
 @interface NSWindow (HBAdditions)
 
 /**
- *  Resizes the entire window to accomodate a view of a particular size.
+ *  Resizes the entire window to accommodate a view of a particular size.
  */
 - (void)HB_resizeToBestSizeForViewSize:(NSSize)viewSize center:(NSPoint)center animate:(BOOL)performAnimation;
 
index ddb9a789933beb53d3f724167e5116bd241a1bf7..ea13a9dccdec0aba2ca291ddea93493ad7518740 100644 (file)
@@ -26,7 +26,7 @@
 
     // Set the new frame size
     // Add the border to the new frame size so that the content region
-    // of the frame is large enough to accomodate the preview image
+    // of the frame is large enough to accommodate the preview image
     frame.size.width = viewSize.width + borderX;
     frame.size.height = viewSize.height + borderY;
 
index ed0072af40dd88952a89b94e1728845f8af00506..a0ff707e7561c3f80e154165b8ce17ea1e330f5e 100644 (file)
@@ -21,7 +21,7 @@
 /*!
     The main API in Sparkle for controlling the update mechanism.
 
-    This class is used to configure the update paramters as well as manually
+    This class is used to configure the update parameters as well as manually
     and automatically schedule and control checks for updates.
  */
 SU_EXPORT @interface SUUpdater : NSObject
index 622afc78dca5f23b1b57ffe5e342f005465b8bc4..befd4daf39832efc407d4f1b413cc6db220a8b6e 100644 (file)
@@ -41,11 +41,11 @@ endif
 ## extra CFLAGS: macro definitions
 MACOSX.extra_cflags = OTHER_CFLAGS='$(MACOSX.GCC.D)'
 
-## launch a build thru xcode; which in turn will do a nested make against
+## launch a build through xcode; which in turn will do a nested make against
 ## this build system with normal build rules enabled.
 ##
 ## $(1) = list of targets
-## $(2) = list of goals to shunt thru xcodebuild->make
+## $(2) = list of goals to shunt through xcodebuild->make
 ##
 
 MACOSX.XCODE = $(strip \
index 30c423a168b0ac09bcb562754962777dde62d4ac..34706c11ba45b3ecbeee0398f4181337acb49037 100644 (file)
@@ -112,7 +112,7 @@ License Declaration:
 
 The GPL may be found in the file /usr/share/common-licenses/GPL.
 
-The upstream source has the follwing license declaration:
+The upstream source has the following license declaration:
 ---
 This program is free software; you can redistribute it and/or modify it under
 the terms of the GNU General Public License as published by the Free Software
@@ -252,7 +252,7 @@ The debian/libfaad directory contains header from the libfaad-dev package.
  | 
  | The GPL may be found in the file /usr/share/common-licenses/GPL.
  | 
- | The upstream source has the follwing license declaration:
+ | The upstream source has the following license declaration:
  | ---
  | This program is free software; you can redistribute it and/or modify it under
  | the terms of the GNU General Public License as published by the Free Software
index 055676f4c3b5bd948bb21f18afdbd42d287118e8..4c9219b4075cae32c059e6b5daa78b28d6b2d34c 100755 (executable)
@@ -98,7 +98,7 @@ function tag_release()
 
     if [ "x${REF}" == "x" ]; then
         echo "Creating release tag ${TAG} and branch ${BRANCH} from HEAD, proceed? (y/N)"
-        # retrive full hash of HEAD
+        # retrieve full hash of HEAD
         COMMIT=$(${GIT_EXE} rev-list HEAD --max-count=1)
     else
         echo "Creating release tag ${TAG} and branch ${BRANCH} from ${REF}, proceed? (y/N)"
index 2b62de4d85becaba9ee4bb64712135501a6acf74..95c43aee8c8805b79a71663e655ef42972288162 100644 (file)
@@ -216,7 +216,7 @@ namespace HandBrake.ApplicationServices.Interop.Helpers
         }\r
 \r
         /// <summary>\r
-        /// Reads in a list of objects given an interator and a conversion function.\r
+        /// Reads in a list of objects given an iterator and a conversion function.\r
         /// </summary>\r
         /// <typeparam name="T1">The type of the struct given by the iterator.</typeparam>\r
         /// <typeparam name="T2">The object type to convert to.</typeparam>\r
index abaf18e64903878a28d8e45f1ff6d2213c40e12b..b0195ed50eb3b226e1fc9351493fab4f89b9081a 100644 (file)
@@ -309,7 +309,7 @@ namespace HandBrake.ApplicationServices.Services.Logging
             }
             catch (Exception exc)
             {
-                Debug.WriteLine(exc); // This exception doesn't warrent user interaction, but it should be logged
+                Debug.WriteLine(exc); // This exception doesn't warrant user interaction, but it should be logged
             }
         }
 
@@ -349,7 +349,7 @@ namespace HandBrake.ApplicationServices.Services.Logging
             }
             catch (Exception exc)
             {
-                Debug.WriteLine(exc); // This exception doesn't warrent user interaction, but it should be logged
+                Debug.WriteLine(exc); // This exception doesn't warrant user interaction, but it should be logged
             }
         }
 
index d4da0dbf5dca3fddf8c6a770ef94baeb114cfdcb..cbbc0e75822254470f9b2954c669ca02a872ca95 100644 (file)
@@ -20,7 +20,7 @@ namespace HandBrakeTools
         {
             if (args.Length == 0)
             {
-                Console.WriteLine("Invalid Comand.  Either 'genkeys' or 'sign <filename>'");
+                Console.WriteLine("Invalid Command.  Either 'genkeys' or 'sign <filename>'");
                 Console.Read();
                 return;
             }
index 45b2fa31abd3b23f9afdabe564110e57640b0fc5..3d095277664d665bc046fb8f2f76a717beea78ed 100644 (file)
@@ -88,7 +88,7 @@ namespace HandBrakeWPF
         }\r
 \r
         /// <summary>\r
-        /// Non-UI Thread expection handler.\r
+        /// Non-UI Thread exception handler.\r
         /// </summary>\r
         /// <param name="sender">\r
         /// The sender.\r
@@ -197,7 +197,7 @@ namespace HandBrakeWPF
             }\r
             catch (Exception)\r
             {\r
-                MessageBox.Show("An Unknown Error has occured. \n\n Exception:" + exception, "Unhandled Exception",\r
+                MessageBox.Show("An Unknown Error has occurred. \n\n Exception:" + exception, "Unhandled Exception",\r
                      MessageBoxButton.OK, MessageBoxImage.Error);\r
             }\r
         }\r
index 8c2b39e03e7b50bcbba215b00194b968a08dbc13..eba0f3ded9ff956e158741bfb5938c5e1cbc27e4 100644 (file)
@@ -28,25 +28,25 @@ namespace HandBrakeWPF.Controls
         }\r
 \r
         /// <summary>\r
-        /// Dependancy Property for the Message Property\r
+        /// Dependency Property for the Message Property\r
         /// </summary>\r
         public static readonly DependencyProperty MessageProperty =\r
             DependencyProperty.Register("Message", typeof(string), typeof(AlertPanel), new UIPropertyMetadata("Loading..."));\r
 \r
         /// <summary>\r
-        /// Dependancy Property for the submessage propery\r
+        /// Dependency Property for the submessage property\r
         /// </summary>\r
         public static readonly DependencyProperty SubMessageProperty =\r
             DependencyProperty.Register("SubMessage", typeof(string), typeof(AlertPanel), new FrameworkPropertyMetadata("Please Wait", FrameworkPropertyMetadataOptions.AffectsRender));\r
 \r
         /// <summary>\r
-        /// Dependancy Property for the submessage propery\r
+        /// Dependency Property for the submessage property\r
         /// </summary>\r
         public static readonly DependencyProperty DefaultActionProperty =\r
             DependencyProperty.Register("DefaultAction", typeof(Action), typeof(AlertPanel), new FrameworkPropertyMetadata(null, FrameworkPropertyMetadataOptions.None, DefaultActionSet));\r
 \r
         /// <summary>\r
-        /// Dependancy Property for the submessage propery\r
+        /// Dependency Property for the submessage property\r
         /// </summary>\r
         public static readonly DependencyProperty ActionTextProperty =\r
             DependencyProperty.Register("ActionText", typeof(string), typeof(AlertPanel), new UIPropertyMetadata("Cancel"));\r
index 5273a3210d85d2480d609d8607ccb6c0425d85c5..b4fc316e81eb8ed292db5cb2e273dbcec2d86598 100644 (file)
@@ -38,7 +38,7 @@ namespace HandBrakeWPF.Converters
         /// </returns>\r
         public object Convert(object value, Type targetType, object parameter, CultureInfo culture)\r
         {\r
-            // Paramater is a boolean which inverts the output.\r
+            // Parameter is a boolean which inverts the output.\r
             var param = System.Convert.ToBoolean(parameter, CultureInfo.InvariantCulture);\r
 \r
             if (value is bool)\r
index d60ab33c3f078ea11eba368d1c780909e8ff87a6..33a710a82b5f16bec0d1e96c03b5a0b2d5968dcc 100644 (file)
@@ -39,7 +39,7 @@ namespace HandBrakeWPF.Converters
         /// </returns>\r
         public object Convert(object value, Type targetType, object parameter, CultureInfo culture)\r
         {\r
-            // Paramater is a boolean which inverts the output.\r
+            // Parameter is a boolean which inverts the output.\r
             var param = System.Convert.ToBoolean(parameter, CultureInfo.InvariantCulture);\r
 \r
             if (value == null)\r
index 6c9d7fd1215c888f9363cab7b642e3ce37ed0639..29bac2a01573f780e7ed130a46948c0a98979774 100644 (file)
@@ -39,7 +39,7 @@ namespace HandBrakeWPF.Converters
         /// </returns>\r
         public object Convert(object value, Type targetType, object parameter, CultureInfo culture)\r
         {\r
-            // Paramater is a boolean which inverts the output.\r
+            // Parameter is a boolean which inverts the output.\r
             var param = System.Convert.ToBoolean(parameter, CultureInfo.InvariantCulture);\r
 \r
             if (value == null)\r
index 438117ce38c6ffcaa8c602bd31d63380f5656983..87923b8b6e7d92114ac677b472caa43467814ff2 100644 (file)
@@ -90,7 +90,7 @@ namespace HandBrakeWPF.Model.Audio
         }\r
 \r
         /// <summary>\r
-        /// Gets or sets the selected langauges.\r
+        /// Gets or sets the selected languages.\r
         /// </summary>\r
         public BindingList<string> SelectedLangauges\r
         {\r
index 3ac3fb6205f9b64e2e7e7c5e13aa76ed6f6aa524..d994dc952d8e3b296237e8e8b84e4bd6c7d4f1f7 100644 (file)
@@ -22,7 +22,7 @@ namespace HandBrakeWPF.Model
         public bool NewVersionAvailable { get; set; }\r
 \r
         /// <summary>\r
-        /// Gets a value indicating whether an Error Occured.\r
+        /// Gets a value indicating whether an Error Occurred.\r
         /// </summary>\r
         public bool ErrorOccured\r
         {\r
@@ -50,7 +50,7 @@ namespace HandBrakeWPF.Model
         public string DownloadFile { get; set; }\r
 \r
         /// <summary>\r
-        /// Gets or sets the error that occurred, if any. This will be null if no error occured.\r
+        /// Gets or sets the error that occurred, if any. This will be null if no error occurred.\r
         /// </summary>\r
         public Exception Error { get; set; }\r
 \r
index 1166457aa0410655c01fb93e1645e5653c7ad7bd..657b2f22e67e59a1a06f0da737fd9a6b56975a48 100644 (file)
@@ -640,7 +640,7 @@ namespace HandBrakeWPF.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   Looks up a localized string similar to An Unknown Error has occured..\r
+        ///   Looks up a localized string similar to An Unknown Error has occurred..\r
         /// </summary>\r
         public static string ErrorViewModel_UnknownError {\r
             get {\r
@@ -1684,7 +1684,7 @@ namespace HandBrakeWPF.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   Looks up a localized string similar to An error occured when trying to stop the scan. Please restart HandBrake..\r
+        ///   Looks up a localized string similar to An error occurred when trying to stop the scan. Please restart HandBrake..\r
         /// </summary>\r
         public static string ScanService_ScanStopFailed {\r
             get {\r
@@ -1861,7 +1861,7 @@ namespace HandBrakeWPF.Properties {
         }\r
         \r
         /// <summary>\r
-        ///   Looks up a localized string similar to A problem occured when trying to save your preferences..\r
+        ///   Looks up a localized string similar to A problem occurred when trying to save your preferences..\r
         /// </summary>\r
         public static string UserSettings_AnErrorOccured {\r
             get {\r
index 2e57bf7a7cf953df1ae28559a4a857a6db8f58b5..f21033e22be73d8ff513a1a42bfdbafa66c2dfd1 100644 (file)
@@ -595,7 +595,7 @@ The Activity log may have further information.</value>
     <value>There is no further information available about this error.</value>\r
   </data>\r
   <data name="ErrorViewModel_UnknownError" xml:space="preserve">\r
-    <value>An Unknown Error has occured.</value>\r
+    <value>An Unknown Error has occurred.</value>\r
   </data>\r
   <data name="OptionsViewModel_NewUpdate" xml:space="preserve">\r
     <value>A New Update is Available! Please check the website for release notes.</value>\r
@@ -784,7 +784,7 @@ Are you sure you want to import the chapter names?</value>
     <value>Chapter duration doesn't match between source and input file</value>\r
   </data>\r
   <data name="ScanService_ScanStopFailed" xml:space="preserve">\r
-    <value>An error occured when trying to stop the scan. Please restart HandBrake.</value>\r
+    <value>An error occurred when trying to stop the scan. Please restart HandBrake.</value>\r
   </data>\r
   <data name="Presets_PresetForceReset" xml:space="preserve">\r
     <value>HandBrake is unable to upgrade your presets file to a new version format.\r
@@ -794,7 +794,7 @@ Your preset file will be archived and new one created. You will need to re-creat
     <value>Any settings you changed may need to be reset the next time HandBrake launches.</value>\r
   </data>\r
   <data name="UserSettings_AnErrorOccured" xml:space="preserve">\r
-    <value>A problem occured when trying to save your preferences.</value>\r
+    <value>A problem occurred when trying to save your preferences.</value>\r
   </data>\r
   <data name="UserSettings_YourSettingsHaveBeenReset" xml:space="preserve">\r
     <value>Warning, your settings have been reset!</value>\r
index 74ef418c0ccbae805b3d6d305f666854d87d37ad..9a31e6a749dab61a293e6d236743a6a125757bb7 100644 (file)
@@ -667,7 +667,7 @@ namespace HandBrakeWPF.Properties {
         /// <summary>\r
         ///   Looks up a localized string similar to Tune settings to optimize for common scenarios.\r
         ///\r
-        ///This can improve effeciency for particular source characteristics or set\r
+        ///This can improve efficiency for particular source characteristics or set\r
         ///characteristics of the output file.  Changes will be applied after the\r
         ///preset but before all other parameters..\r
         /// </summary>\r
index ae79c9c1cfc9352e1b57993ffb003f372fe45825..ccc3856f646762cf710629671df9a79661e1b03a 100644 (file)
@@ -240,7 +240,7 @@ to limit instantaneous bitrate, look into x264's vbv-bufsize and vbv-maxrate set
   <data name="Video_EncoderTune" xml:space="preserve">\r
     <value>Tune settings to optimize for common scenarios.\r
 \r
-This can improve effeciency for particular source characteristics or set\r
+This can improve efficiency for particular source characteristics or set\r
 characteristics of the output file.  Changes will be applied after the\r
 preset but before all other parameters.</value>\r
   </data>\r
index b822b976d50576c064c1ab7ee35e52857e7d1ca6..e3a807cf98db63c417ae1504d0d12fe73f7979c8 100644 (file)
@@ -167,7 +167,7 @@ namespace HandBrakeWPF.Services.Encode
             }
             catch (Exception exc)
             {
-                Debug.WriteLine(exc); // This exception doesn't warrent user interaction, but it should be logged
+                Debug.WriteLine(exc); // This exception doesn't warrant user interaction, but it should be logged
             }
 
             return null;
index b9a5f0aff5ecfb65818ddcb76dda44460fd2475d..f60e27f6ce993cd9874cb18745f81c37a213aecf 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
 // </copyright>
 // <summary>
-//   Encode Progess Status
+//   Encode Progress Status
 // </summary>
 // --------------------------------------------------------------------------------------------------------------------
 
@@ -18,7 +18,7 @@ namespace HandBrakeWPF.Services.Encode.Interfaces
     using EncodeTask = HandBrakeWPF.Services.Encode.Model.EncodeTask;
 
     /// <summary>
-    /// Encode Progess Status
+    /// Encode Progress Status
     /// </summary>
     /// <param name="sender">
     /// The sender.
@@ -29,7 +29,7 @@ namespace HandBrakeWPF.Services.Encode.Interfaces
     public delegate void EncodeProgessStatus(object sender, EncodeProgressEventArgs e);
 
     /// <summary>
-    /// Encode Progess Status
+    /// Encode Progress Status
     /// </summary>
     /// <param name="sender">
     /// The sender.
index bcd0ab27d95557e6acad0fec6dc6d99eafd09d5a..5c85387df7212347233078fc9ddb2fcff6969725 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
 // </copyright>\r
 // <summary>\r
-//   The User Setting Service Interace.\r
+//   The User Setting Service Interface.\r
 // </summary>\r
 // --------------------------------------------------------------------------------------------------------------------\r
 \r
@@ -23,7 +23,7 @@ namespace HandBrakeWPF.Services.Interfaces
     public delegate void SettingEventHandler(object sender, SettingChangedEventArgs e);\r
 \r
     /// <summary>\r
-    /// The User Setting Service Interace.\r
+    /// The User Setting Service Interface.\r
     /// </summary>\r
     public interface IUserSettingService\r
     {\r
index 6311fe17392579f0fe11327be73656eca6fc472f..e4ff54e260d82f91f70107f92a1f121338bbe602 100644 (file)
@@ -99,7 +99,7 @@ namespace HandBrakeWPF.Services
         /// </param>\r
         private void EncodeService_EncodeCompleted(object sender, EncodeCompletedEventArgs e)\r
         {\r
-            // Send the file to the users requested applicaiton\r
+            // Send the file to the users requested application\r
             if (e.Successful)\r
             {\r
                 this.SendToApplication(e.FileName);\r
index c021c12ac5c833c5f1bd9e9cd2ffb1f0c3ea024a..cd4c74e35df9d918238179911de1cd8c8adb8096 100644 (file)
@@ -827,7 +827,7 @@ namespace HandBrakeWPF.Services.Presets
                     Directory.CreateDirectory(directory);\r
                 }\r
 \r
-                // Orgamise the Presets list into Json Equivilent objects.\r
+                // Organise the Presets list into Json Equivalent objects.\r
                 Dictionary<string, PresetCategory> presetCategories = new Dictionary<string, PresetCategory>();\r
                 List<HBPreset> uncategorisedPresets = new List<HBPreset>();\r
 \r
@@ -881,7 +881,7 @@ namespace HandBrakeWPF.Services.Presets
             catch (Exception exc)\r
             {\r
                 Debug.WriteLine(exc);\r
-                throw new GeneralApplicationException("Unable to write to the presets file.", "The details section below may indicate why this error has occured.", exc);\r
+                throw new GeneralApplicationException("Unable to write to the presets file.", "The details section below may indicate why this error has occurred.", exc);\r
             }\r
         }\r
 \r
index 634ec69e56b6888565302f0a860a4925d9fedf79..84505d42af1424485bfbcf1e0052df23ea1deebe 100644 (file)
@@ -85,7 +85,7 @@ namespace HandBrakeWPF.Services.Queue
         #region Delegates\r
 \r
         /// <summary>\r
-        /// Queue Progess Status\r
+        /// Queue Progress Status\r
         /// </summary>\r
         /// <param name="sender">\r
         /// The sender.\r
index 4336574aa3480eb63486dd3a04635989b751c397..136d9a234899cfa05dba28590c0e8d0a1e1b7295 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
 // </copyright>
 // <summary>
-//   Encode Progess Status
+//   Encode Progress Status
 // </summary>
 // --------------------------------------------------------------------------------------------------------------------
 
@@ -19,7 +19,7 @@ namespace HandBrakeWPF.Services.Scan.Interfaces
     using HandBrakeWPF.Services.Scan.Model;
 
     /// <summary>
-    /// Encode Progess Status
+    /// Encode Progress Status
     /// </summary>
     /// <param name="sender">
     /// The sender.
@@ -30,7 +30,7 @@ namespace HandBrakeWPF.Services.Scan.Interfaces
     public delegate void ScanProgessStatus(object sender, ScanProgressEventArgs e);
 
     /// <summary>
-    /// Encode Progess Status
+    /// Encode Progress Status
     /// </summary>
     /// <param name="sender">
     /// The sender.
index eb983dec4c7db30127410938c01947ddeea42361..c8fc3a1fab0a274191b34a128b292172ef27943c 100644 (file)
@@ -80,7 +80,7 @@ namespace HandBrakeWPF.Services.Scan.Model
         public string Language { get; set; }
 
         /// <summary>
-        /// Gets or sets the Langauage Code
+        /// Gets or sets the Language Code
         /// </summary>
         public string LanguageCode { get; set; }
 
index 6d8994ac5aefc24a85ba93715891dbb3589ed31f..5b180cd22c1ec21a9933664098c6db382a3350db 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
 // </copyright>\r
 // <summary>\r
-//   The User Setting Serivce\r
+//   The User Setting Service\r
 // </summary>\r
 // --------------------------------------------------------------------------------------------------------------------\r
 \r
@@ -25,7 +25,7 @@ namespace HandBrakeWPF.Services
     using SettingChangedEventArgs = HandBrakeWPF.EventArgs.SettingChangedEventArgs;\r
 \r
     /// <summary>\r
-    /// The User Setting Serivce\r
+    /// The User Setting Service\r
     /// </summary>\r
     public class UserSettingService : IUserSettingService\r
     {\r
index 83fa3ee072cc451bb6c231c2a7d23b6c1115545d..0d9270d784fb0f332c5fbae648a0d8313d2d757d 100644 (file)
@@ -62,7 +62,7 @@ namespace HandBrakeWPF
         public const string LastUpdateCheckDate = "lastUpdateCheckDate";\r
 \r
         /// <summary>\r
-        /// Main Window Minimise\r
+        /// Main Window Minimize\r
         /// </summary>\r
         public const string MainWindowMinimize = "MainWindowMinimize";\r
 \r
index 1db325ab15135c16c42ee8af03c6f791a211ffc1..325eacaa313b5a05a2fcd0c9ebb05b5212331263 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.
 // </copyright>
 // <summary>
-//   A Set of Static Utilites
+//   A Set of Static Utilities
 // </summary>
 // --------------------------------------------------------------------------------------------------------------------
 
@@ -20,7 +20,7 @@ namespace HandBrakeWPF.Utilities
     using HandBrake.ApplicationServices.Utilities;
 
     /// <summary>
-    /// A Set of Static Utilites
+    /// A Set of Static Utilities
     /// </summary>
     public class GeneralUtilities
     {
index 7cf953adcf7924f4d5e95fa4c1531af41631bcb3..5313e3cf90bd7e036297c8a65ce82b0b89b56094 100644 (file)
@@ -41,7 +41,7 @@ namespace HandBrakeWPF.Utilities.Input
             using (TextFieldParser csv = new TextFieldParser(filename)
             {
                 CommentTokens = new[] { "#" }, // Comment lines
-                Delimiters = new[] { ",", "\t", ";", ":" }, // Support all of these common delimeter types
+                Delimiters = new[] { ",", "\t", ";", ":" }, // Support all of these common delimiter types
                 HasFieldsEnclosedInQuotes = true, // Assume that our data will be properly escaped
                 TextFieldType = FieldType.Delimited,
                 TrimWhiteSpace = true // Remove excess whitespace from ends of imported values
index 68eac79e235a42a4d032ad577b3ae9dc947941b3..c2dcb6f3ee99a0f6ee2fbf892df3456024e9c91f 100644 (file)
@@ -66,7 +66,7 @@ namespace HandBrakeWPF.Utilities
                 Directory.CreateDirectory(GetStorageDirectory());
             }
 
-            // Setup enviroment variables for this instance.
+            // Setup environment variables for this instance.
             Environment.SetEnvironmentVariable("TMP", GetTempDirectory());
         }
 
index a65a5e09db5763ee4a54886689baff40492091cc..12154331ac4c4f2320d0ef5ebb3fd17b9750de1b 100644 (file)
@@ -25,7 +25,7 @@ namespace HandBrakeWPF.Utilities
         private static Action<Action> executor = action => action();
 
         /// <summary>
-        /// Set the Forground Window
+        /// Set the Foreground Window
         /// </summary>
         /// <param name="hWnd">
         /// The h wnd.
@@ -103,7 +103,7 @@ namespace HandBrakeWPF.Utilities
         /// The dw process group id.
         /// </param>
         /// <returns>
-        /// Bool true is sucess
+        /// Bool true is success
         /// </returns>
         [DllImport("kernel32.dll", SetLastError = true)]
         public static extern bool GenerateConsoleCtrlEvent(ConsoleCtrlEvent sigevent, int dwProcessGroupId);
index 0f6cb5680d98d1831f84f18893967481a29c91c1..cb6cbbb7d42827df2e3d329d182ec2ae1b4fc587 100644 (file)
@@ -3,7 +3,7 @@
 //   This file is part of the HandBrake source code - It may be used under the terms of the GNU General Public License.\r
 // </copyright>\r
 // <summary>\r
-//   A class implimenting Windows 7 Specific features\r
+//   A class implementing Windows 7 Specific features\r
 // </summary>\r
 // --------------------------------------------------------------------------------------------------------------------\r
 \r
index 023325c9b2b841547838fa93c9aa771763031aaa..30efc9200f11e0145484c112b7039d6848566308 100644 (file)
@@ -247,7 +247,7 @@ namespace HandBrakeWPF.ViewModels
                 if (importedChapters.TryGetValue(item.ChapterNumber, out chapterInfo))\r
                     chapterName = chapterInfo.Item1;\r
 \r
-                // Assign the chapter name unless the name is not set or only whitespace charaters\r
+                // Assign the chapter name unless the name is not set or only whitespace characters\r
                 item.ChapterName = !string.IsNullOrWhiteSpace(chapterName) ? chapterName : string.Empty;\r
             }\r
         }\r
index 5fa5df5764d7805c6ce518638e019fe545c67ef2..76e3c026e1508677f71694e6fc8a6946737ad2a0 100644 (file)
@@ -486,7 +486,7 @@ namespace HandBrakeWPF.ViewModels
         public int TitleSpecificScan { get; set; }\r
 \r
         /// <summary>\r
-        /// Gets or sets a value indicating whether the encode serivce supports pausing.\r
+        /// Gets or sets a value indicating whether the encode service supports pausing.\r
         /// </summary>\r
         public bool CanPause\r
         {\r
index a959f225e4296ef2984969cbd56ad46288cebe8d..1e733384af353309463e07d4da464d5652c0744a 100644 (file)
@@ -950,7 +950,7 @@ namespace HandBrakeWPF.ViewModels
                 return;\r
             }\r
 \r
-            // Step 1, Update what controls are visibile.\r
+            // Step 1, Update what controls are visible.\r
             this.UpdateVisibileControls();\r
 \r
             // Step 2, Set sensible defaults\r
@@ -1012,7 +1012,7 @@ namespace HandBrakeWPF.ViewModels
         }\r
 \r
         /// <summary>\r
-        /// The update visibile controls.\r
+        /// The update visible controls.\r
         /// </summary>\r
         private void UpdateVisibileControls()\r
         {\r
index 8a61aa610518eca2254fda6c649a905a9dd1f0fb..6c2bf0ecadb0a57420fa2796e26524ce12139632 100644 (file)
@@ -142,7 +142,7 @@ namespace HandBrakeWPF.ViewModels
             // Live Preview\r
             this.userSettingService = userSettingService;\r
             this.errorService = errorService;\r
-            this.encodeService = new LibEncode(); // Preview needs a seperate instance rather than the shared singleton. This could maybe do with being refactored at some point\r
+            this.encodeService = new LibEncode(); // Preview needs a separate instance rather than the shared singleton. This could maybe do with being refactored at some point\r
 \r
             this.Title = "Preview";\r
             this.Percentage = "0.00%";\r
index db40c7c664e3f71cdabc1533c5d427b704606040..d2f381e55a515438d0881baf94975a810e520e8a 100644 (file)
@@ -85,7 +85,7 @@ namespace HandBrakeWPF.ViewModels
         /// </summary>\r
         public virtual void OnLoad()\r
         {\r
-            // Impliment in the ViewModel to perform viewmodel specific code.\r
+            // Implement in the ViewModel to perform viewmodel specific code.\r
         }\r
 \r
         #endregion\r