From: Duncan Mac-Vicar P Date: Fri, 8 Feb 2008 15:20:09 +0000 (+0000) Subject: fix typo, it compiles with or without typo uh? X-Git-Tag: BASE-SuSE-Code-12_1-Branch~308^2~648 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43bcde159c80a76f57b4bc375a59eaf577ec05d9;p=thirdparty%2Flibsolv.git fix typo, it compiles with or without typo uh? --- diff --git a/src/repo.h b/src/repo.h index 4deecc94..c3df8961 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;