diff options
author | ritsuka <[email protected]> | 2015-01-09 07:41:26 +0000 |
---|---|---|
committer | ritsuka <[email protected]> | 2015-01-09 07:41:26 +0000 |
commit | ac06ddcb7419443aee3fecd5ff10b1f3e4af622e (patch) | |
tree | f735ea826b6fef4c152d343c45dc714013809e41 /macosx/HBPresetsViewController.m | |
parent | 49652651aacc104f48775780532df9ac332dccee (diff) |
MacGui: update a file header and fix a comment.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6699 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBPresetsViewController.m')
-rw-r--r-- | macosx/HBPresetsViewController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBPresetsViewController.m b/macosx/HBPresetsViewController.m index 921df6ee5..c5df7e6fb 100644 --- a/macosx/HBPresetsViewController.m +++ b/macosx/HBPresetsViewController.m @@ -220,7 +220,7 @@ [cell setTextColor:fontColor]; } -#pragma mark - Expanded node persitence methods +#pragma mark - Expanded node persistence methods - (void)expandNodes:(NSArray *)childNodes { |