]> git.saurik.com Git - apt.git/commitdiff
cmdline/apt-get.cc: fix typo
authorMichael Vogt <michael.vogt@ubuntu.com>
Mon, 9 Mar 2009 15:18:38 +0000 (16:18 +0100)
committerMichael Vogt <michael.vogt@ubuntu.com>
Mon, 9 Mar 2009 15:18:38 +0000 (16:18 +0100)
cmdline/apt-get.cc

index 1c2c116891c04801275be6c85046d66894064f30..27e16d3f3912d0b1777ae94ee81cb9cee8a1b713 100644 (file)
@@ -1298,7 +1298,7 @@ pkgSrcRecords::Parser *FindSrc(const char *Name,pkgRecords &Recs,
       binary packages in the search */
    pkgSrcRecords::Parser *Parse;
    SrcRecs.Restart();
-   while ((Parse = SrcRecs.Find(Src.c_str(), MarchSrcOnly)) != 0)
+   while ((Parse = SrcRecs.Find(Src.c_str(), MatchSrcOnly)) != 0)
    {
       string Ver = Parse->Version();