Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
myint committed May 19, 2012
1 parent 35998a8 commit f971dde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CompareArgs.h
@@ -1,5 +1,5 @@
/*
Comapre Args
Compare Args
Copyright (C) 2006 Yangli Hector Yee
This program is free software; you can redistribute it and/or modify it under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion LPyramid.h
Expand Up @@ -28,7 +28,7 @@ class LPyramid
float *Copy(const float *img) const;
void Convolve(float *a, const float *b) const;

// Succesively blurred versions of the original image
// Successively blurred versions of the original image
float *Levels[MAX_PYR_LEVELS];

int Width;
Expand Down

0 comments on commit f971dde

Please sign in to comment.