fix typo, it compiles with or without typo uh?
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 8 Feb 2008 15:20:09 +0000 (15:20 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Fri, 8 Feb 2008 15:20:09 +0000 (15:20 +0000)
src/repo.h

index 4deecc9..c3df896 100644 (file)
@@ -140,7 +140,7 @@ static inline void repo_free_solvable_block(Repo *repo, Id start, int count, int
 
 #define SEARCH_NEXT_KEY         1
 #define SEARCH_NEXT_SOLVABLE    2
-#define SEACH_STOP              3
+#define SEARCH_STOP             3
 
 typedef struct _KeyValue {
   Id id;