summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/versionator.eclass')
-rw-r--r--eclass/versionator.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/versionator.eclass b/eclass/versionator.eclass
index 471f4d8d9b09..09d52dab3d0b 100644
--- a/eclass/versionator.eclass
+++ b/eclass/versionator.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.14 2008/06/01 01:30:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/versionator.eclass,v 1.15 2008/06/12 12:48:34 opfer Exp $
# @ECLASS: versionator.eclass
# @MAINTAINER:
@@ -190,7 +190,7 @@ get_after_major_version() {
__versionator_shopt_toggle off
}
-# @FUNCTION: replace_version_sepaator
+# @FUNCTION: replace_version_separator
# @USAGE: <search> <replacement> [subject]
# @DESCRIPTION:
# Replace the $1th separator with $2 in $3 (defaults to $PV if $3 is not