summaryrefslogtreecommitdiff
path: root/lib/rpmps.h
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2003-12-30 13:14:49 +0000
committerjbj <devnull@localhost>2003-12-30 13:14:49 +0000
commitb1069869998cc7f4e0b4e50309fbe0482b638445 (patch)
tree58438fab9508bd2332a979c66bc55df7c6694a28 /lib/rpmps.h
parentaf5973adad846302e85d717992910c2559dd09b3 (diff)
downloadrpm-b1069869998cc7f4e0b4e50309fbe0482b638445.tar.gz
rpm-b1069869998cc7f4e0b4e50309fbe0482b638445.tar.bz2
rpm-b1069869998cc7f4e0b4e50309fbe0482b638445.zip
- spelling corrections (#112728).
CVS patchset: 7047 CVS date: 2003/12/30 13:14:49
Diffstat (limited to 'lib/rpmps.h')
-rw-r--r--lib/rpmps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmps.h b/lib/rpmps.h
index dcbc2590e..ef9cf9d36 100644
--- a/lib/rpmps.h
+++ b/lib/rpmps.h
@@ -28,7 +28,7 @@ typedef enum rpmProblemType_e {
RPMPROB_BADARCH, /*!< package ... is for a different architecture */
RPMPROB_BADOS, /*!< package ... is for a different operating system */
RPMPROB_PKG_INSTALLED, /*!< package ... is already installed */
- RPMPROB_BADRELOCATE,/*!< path ... is not relocateable for package ... */
+ RPMPROB_BADRELOCATE,/*!< path ... is not relocatable for package ... */
RPMPROB_REQUIRES, /*!< package ... has unsatisfied Requires: ... */
RPMPROB_CONFLICT, /*!< package ... has unsatisfied Conflicts: ... */
RPMPROB_NEW_FILE_CONFLICT, /*!< file ... conflicts between attemped installs of ... */