diff options
author | jbj <devnull@localhost> | 2003-12-30 13:14:49 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-12-30 13:14:49 +0000 |
commit | b1069869998cc7f4e0b4e50309fbe0482b638445 (patch) | |
tree | 58438fab9508bd2332a979c66bc55df7c6694a28 /lib/rpmps.h | |
parent | af5973adad846302e85d717992910c2559dd09b3 (diff) | |
download | rpm-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.h | 2 |
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 ... */ |