]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
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 4deecc94d713c3df14c3cf3f689e014b256f5fdc..c3df89612ac609b2b5cc7dbf2d123d1d37e6dad9 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;