From 43bcde159c80a76f57b4bc375a59eaf577ec05d9 Mon Sep 17 00:00:00 2001 From: Duncan Mac-Vicar P Date: Fri, 8 Feb 2008 15:20:09 +0000 Subject: [PATCH] fix typo, it compiles with or without typo uh? --- src/repo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/repo.h b/src/repo.h index 4deecc9..c3df896 100644 --- a/src/repo.h +++ b/src/repo.h @@ -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; -- 2.7.4