From 01df034a24dcca478f3493d41c02705be1ad05ad Mon Sep 17 00:00:00 2001 From: Klaus Kaempf Date: Sat, 25 Feb 2006 17:33:34 +0000 Subject: [PATCH] typo "Abstact" -> "Abstract" --- zypp/detail/AtomImplIf.h | 2 +- zypp/detail/LanguageImplIf.h | 2 +- zypp/detail/MessageImplIf.h | 2 +- zypp/detail/PackageImplIf.h | 2 +- zypp/detail/PatchImplIf.h | 2 +- zypp/detail/PatternImplIf.h | 2 +- zypp/detail/ProductImplIf.h | 2 +- zypp/detail/ScriptImplIf.h | 2 +- zypp/detail/SelectionImplIf.h | 2 +- zypp/detail/SrcPackageImplIf.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/zypp/detail/AtomImplIf.h b/zypp/detail/AtomImplIf.h index 264e5c1..9e2b265 100644 --- a/zypp/detail/AtomImplIf.h +++ b/zypp/detail/AtomImplIf.h @@ -28,7 +28,7 @@ namespace zypp // // CLASS NAME : AtomImplIf // - /** Abstact Atom implementation interface. + /** Abstract Atom implementation interface. */ class AtomImplIf : public ResObjectImplIf { diff --git a/zypp/detail/LanguageImplIf.h b/zypp/detail/LanguageImplIf.h index 1dab495..aa8d645 100644 --- a/zypp/detail/LanguageImplIf.h +++ b/zypp/detail/LanguageImplIf.h @@ -28,7 +28,7 @@ namespace zypp // // CLASS NAME : LanguageImplIf // - /** Abstact Language implementation interface. + /** Abstract Language implementation interface. */ class LanguageImplIf : public ResObjectImplIf { diff --git a/zypp/detail/MessageImplIf.h b/zypp/detail/MessageImplIf.h index 5e2917f..f4ee7e2 100644 --- a/zypp/detail/MessageImplIf.h +++ b/zypp/detail/MessageImplIf.h @@ -28,7 +28,7 @@ namespace zypp // // CLASS NAME : MessageImplIf // - /** Abstact Message implementation interface. + /** Abstract Message implementation interface. */ class MessageImplIf : public ResObjectImplIf { diff --git a/zypp/detail/PackageImplIf.h b/zypp/detail/PackageImplIf.h index 70f484f..9ccaae8 100644 --- a/zypp/detail/PackageImplIf.h +++ b/zypp/detail/PackageImplIf.h @@ -36,7 +36,7 @@ namespace zypp // // CLASS NAME : PackageImplIf // - /** Abstact Package implementation interface. + /** Abstract Package implementation interface. */ class PackageImplIf : public ResObjectImplIf { diff --git a/zypp/detail/PatchImplIf.h b/zypp/detail/PatchImplIf.h index 8039afd..0b11421 100644 --- a/zypp/detail/PatchImplIf.h +++ b/zypp/detail/PatchImplIf.h @@ -30,7 +30,7 @@ namespace zypp // // CLASS NAME : PatchImplIf // - /** Abstact Patch implementation interface. + /** Abstract Patch implementation interface. */ class PatchImplIf : public ResObjectImplIf { diff --git a/zypp/detail/PatternImplIf.h b/zypp/detail/PatternImplIf.h index c0955ce..12faeea 100644 --- a/zypp/detail/PatternImplIf.h +++ b/zypp/detail/PatternImplIf.h @@ -30,7 +30,7 @@ namespace zypp // // CLASS NAME : PatternImplIf // - /** Abstact Pattern implementation interface. + /** Abstract Pattern implementation interface. */ class PatternImplIf : public ResObjectImplIf { diff --git a/zypp/detail/ProductImplIf.h b/zypp/detail/ProductImplIf.h index 8e80f59..4eb7ebe 100644 --- a/zypp/detail/ProductImplIf.h +++ b/zypp/detail/ProductImplIf.h @@ -34,7 +34,7 @@ namespace zypp // // CLASS NAME : ProductImplIf // - /** Abstact Product implementation interface. + /** Abstract Product implementation interface. */ class ProductImplIf : public ResObjectImplIf { diff --git a/zypp/detail/ScriptImplIf.h b/zypp/detail/ScriptImplIf.h index b12a1e2..c34a3fb 100644 --- a/zypp/detail/ScriptImplIf.h +++ b/zypp/detail/ScriptImplIf.h @@ -28,7 +28,7 @@ namespace zypp // // CLASS NAME : ScriptImplIf // - /** Abstact Script implementation interface. + /** Abstract Script implementation interface. */ class ScriptImplIf : public ResObjectImplIf { diff --git a/zypp/detail/SelectionImplIf.h b/zypp/detail/SelectionImplIf.h index 174fbf8..35442fb 100644 --- a/zypp/detail/SelectionImplIf.h +++ b/zypp/detail/SelectionImplIf.h @@ -29,7 +29,7 @@ namespace zypp // // CLASS NAME : SelectionImplIf // - /** Abstact Selection implementation interface. + /** Abstract Selection implementation interface. */ class SelectionImplIf : public ResObjectImplIf { diff --git a/zypp/detail/SrcPackageImplIf.h b/zypp/detail/SrcPackageImplIf.h index da9c43f..d0e4d74 100644 --- a/zypp/detail/SrcPackageImplIf.h +++ b/zypp/detail/SrcPackageImplIf.h @@ -32,7 +32,7 @@ namespace zypp // // CLASS NAME : SrcPackageImplIf // - /** Abstact SrcPackage implementation interface. + /** Abstract SrcPackage implementation interface. */ class SrcPackageImplIf : public ResObjectImplIf { -- 2.7.4