Skip to content

Commit

Permalink
Fixed typos in help
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew D. Horchler <adh9@case.edu>
  • Loading branch information
horchler committed Jun 2, 2012
1 parent 9da7787 commit 8bfb666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions QTWriter/QTWriter.m
Expand Up @@ -14,7 +14,7 @@
% be specified via the 'MovieFormat' property. The lossless 'Photo TIFF'
% format yields larger file sizes than Photo PNG, but is faster (using LZW
% or the default PackBits 'CompressionType'). See below for a list of
% other supported property names and assosciated values.
% other supported property names and associated values.
%
% Methods:
% close - Close file after writing movie data.
Expand Down Expand Up @@ -155,7 +155,7 @@
% http://developer.apple.com/library/mac/#documentation/QuickTime/QTFF

% QTWriter saves temporary images to disk via the writMovie method. These
% images are assembled into a movie when the close mothod is called. The
% images are assembled into a movie when the close method is called. The
% full QuickTime header is written at the beginning of the movie file.
% Clearing the QTWriter object or calling close calls the delete method,
% which attempts to remove all of the temporary images and assosciated
Expand Down

0 comments on commit 8bfb666

Please sign in to comment.