summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRich Megginson <rmeggins@redhat.com>2010-01-25 08:25:36 -0700
committerRich Megginson <rmeggins@redhat.com>2010-01-25 08:25:36 -0700
commit0e9fd8bc8205a46a6355555683e3fa0b014b4d03 (patch)
treee7c3358ef1b378462ed14133dc9026b8ded8e11d
parent1292eef3093c98a7f92ad9d7071c03ad76bb43db (diff)
downloadds-0e9fd8bc8205a46a6355555683e3fa0b014b4d03.tar.gz
ds-0e9fd8bc8205a46a6355555683e3fa0b014b4d03.tar.xz
ds-0e9fd8bc8205a46a6355555683e3fa0b014b4d03.zip
several spelling errors389-ds-base-1.2.6.a1
https://bugzilla.redhat.com/show_bug.cgi?id=558518 Resolves: bug 558518 Bug Description: several spelling errors Reviewed by: ??? Branch: HEAD Fix Description: Fix several spelling errors in error messages and man pages. Platforms tested: RHEL5 x86_64 Flag Day: no Doc impact: no
-rw-r--r--ldap/servers/plugins/chainingdb/cb_conn_stateless.c4
-rw-r--r--ldap/servers/plugins/replication/repl5_connection.c4
-rw-r--r--ldap/servers/plugins/replication/windows_connection.c4
-rw-r--r--ldap/servers/slapd/connection.c2
-rw-r--r--ldap/servers/slapd/entry.c2
-rw-r--r--ldap/servers/slapd/sslerrstrs.h2
-rw-r--r--ldap/servers/slapd/uniqueidgen.c4
-rw-r--r--man/man1/cl-dump.12
-rw-r--r--man/man1/logconv.pl.14
9 files changed, 14 insertions, 14 deletions
diff --git a/ldap/servers/plugins/chainingdb/cb_conn_stateless.c b/ldap/servers/plugins/chainingdb/cb_conn_stateless.c
index 18d86901..a3dfe36b 100644
--- a/ldap/servers/plugins/chainingdb/cb_conn_stateless.c
+++ b/ldap/servers/plugins/chainingdb/cb_conn_stateless.c
@@ -412,7 +412,7 @@ int cb_get_connection(cb_conn_pool * pool, LDAP ** lld, cb_outgoing_conn ** cc,s
{
/* Bind is successful but password has expired */
slapi_log_error(SLAPI_LOG_FATAL, CB_PLUGIN_SUBSYSTEM,
- "Succesfully bound as %s to remote server %s:%d, "
+ "Successfully bound as %s to remote server %s:%d, "
"but password has expired.\n",
binddn, hostname, port);
}
@@ -424,7 +424,7 @@ int cb_get_connection(cb_conn_pool * pool, LDAP ** lld, cb_outgoing_conn ** cc,s
{
int password_expiring = atoi( serverctrls[ i ]->ldctl_value.bv_val );
slapi_log_error(SLAPI_LOG_FATAL, CB_PLUGIN_SUBSYSTEM,
- "Succesfully bound as %s to remote server %s:%d, "
+ "Successfully bound as %s to remote server %s:%d, "
"but password is expiring in %d seconds.\n",
binddn, hostname, port, password_expiring);
}
diff --git a/ldap/servers/plugins/replication/repl5_connection.c b/ldap/servers/plugins/replication/repl5_connection.c
index 47d07be4..927fb200 100644
--- a/ldap/servers/plugins/replication/repl5_connection.c
+++ b/ldap/servers/plugins/replication/repl5_connection.c
@@ -1696,7 +1696,7 @@ bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
{
/* Bind is successfull but password has expired */
slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "%s: Succesfully bound %s to consumer, "
+ "%s: Successfully bound %s to consumer, "
"but password has expired on consumer.\n",
agmt_get_long_name(conn->agmt), binddn);
}
@@ -1708,7 +1708,7 @@ bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
{
int password_expiring = atoi( ctrls[ i ]->ldctl_value.bv_val );
slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "%s: Succesfully bound %s to consumer, "
+ "%s: Successfully bound %s to consumer, "
"but password is expiring on consumer in %d seconds.\n",
agmt_get_long_name(conn->agmt), binddn, password_expiring);
}
diff --git a/ldap/servers/plugins/replication/windows_connection.c b/ldap/servers/plugins/replication/windows_connection.c
index d0eadee1..a1e74c44 100644
--- a/ldap/servers/plugins/replication/windows_connection.c
+++ b/ldap/servers/plugins/replication/windows_connection.c
@@ -1752,7 +1752,7 @@ bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
{
/* Bind is successfull but password has expired */
slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "%s: Succesfully bound %s to consumer, "
+ "%s: Successfully bound %s to consumer, "
"but password has expired on consumer.\n",
agmt_get_long_name(conn->agmt), binddn);
}
@@ -1764,7 +1764,7 @@ bind_and_check_pwp(Repl_Connection *conn, char * binddn, char *password)
{
int password_expiring = atoi( ctrls[ i ]->ldctl_value.bv_val );
slapi_log_error(SLAPI_LOG_FATAL, repl_plugin_name,
- "%s: Succesfully bound %s to consumer, "
+ "%s: Successfully bound %s to consumer, "
"but password is expiring on consumer in %d seconds.\n",
agmt_get_long_name(conn->agmt), binddn, password_expiring);
}
diff --git a/ldap/servers/slapd/connection.c b/ldap/servers/slapd/connection.c
index a52ba21e..5c8decbe 100644
--- a/ldap/servers/slapd/connection.c
+++ b/ldap/servers/slapd/connection.c
@@ -631,7 +631,7 @@ int connection_release_nolock (Connection *conn)
if (conn->c_refcnt <= 0)
{
slapi_log_error(SLAPI_LOG_FATAL, "connection",
- "conn=%" NSPRIu64 " fd=%d Attempt to release connection that is not aquired\n",
+ "conn=%" NSPRIu64 " fd=%d Attempt to release connection that is not acquired\n",
conn->c_connid, conn->c_sd);
PR_ASSERT (PR_FALSE);
return -1;
diff --git a/ldap/servers/slapd/entry.c b/ldap/servers/slapd/entry.c
index db641b63..75b14979 100644
--- a/ldap/servers/slapd/entry.c
+++ b/ldap/servers/slapd/entry.c
@@ -416,7 +416,7 @@ str2entry_fast( const char *dn, char *s, int flags, int read_stateinfo )
{
LDAPDebug( LDAP_DEBUG_ANY,
"str2entry_fast: entry %s exceeded max attribute value cound %ld\n",
- slapi_entry_get_dn_const(e)?slapi_entry_get_dn_const(e):"unkown",
+ slapi_entry_get_dn_const(e)?slapi_entry_get_dn_const(e):"unknown",
attr_val_cnt, 0 );
}
if (read_stateinfo && maxcsn)
diff --git a/ldap/servers/slapd/sslerrstrs.h b/ldap/servers/slapd/sslerrstrs.h
index 3f846c12..e960d1c0 100644
--- a/ldap/servers/slapd/sslerrstrs.h
+++ b/ldap/servers/slapd/sslerrstrs.h
@@ -256,7 +256,7 @@ ER3(SSL_ERROR_HANDSHAKE_UNEXPECTED_ALERT , (SSL_ERROR_BASE + 59),
"SSL peer was not expecting a handshake message it received.")
ER3(SSL_ERROR_DECOMPRESSION_FAILURE_ALERT , (SSL_ERROR_BASE + 60),
-"SSL peer was unable to succesfully decompress an SSL record it received.")
+"SSL peer was unable to successfully decompress an SSL record it received.")
ER3(SSL_ERROR_HANDSHAKE_FAILURE_ALERT , (SSL_ERROR_BASE + 61),
"SSL peer was unable to negotiate an acceptable set of security parameters.")
diff --git a/ldap/servers/slapd/uniqueidgen.c b/ldap/servers/slapd/uniqueidgen.c
index 15badc35..dad44df3 100644
--- a/ldap/servers/slapd/uniqueidgen.c
+++ b/ldap/servers/slapd/uniqueidgen.c
@@ -119,7 +119,7 @@ int slapi_uniqueIDGenerate (Slapi_UniqueID *uId){
if (uId == NULL)
{
slapi_log_error (SLAPI_LOG_FATAL, MODULE, "uniqueIDGenerate: "
- "NULL paramter is passed to the function.\n");
+ "NULL parameter is passed to the function.\n");
return UID_BADDATA;
}
@@ -179,7 +179,7 @@ int slapi_uniqueIDGenerateFromName (Slapi_UniqueID *uId, const Slapi_UniqueID *u
if (uId == NULL || uIdBase == NULL || name == NULL || namelen <= 0)
{
slapi_log_error (SLAPI_LOG_FATAL, MODULE, "uniqueIDGenerateMT: "
- "invalid paramter is passed to the function.\n");
+ "invalid parameter is passed to the function.\n");
return UID_BADDATA;
}
diff --git a/man/man1/cl-dump.1 b/man/man1/cl-dump.1
index ff8d30df..7a35aa2b 100644
--- a/man/man1/cl-dump.1
+++ b/man/man1/cl-dump.1
@@ -63,7 +63,7 @@ Pathname of binding certificate DB
.TP
.B \-r replica\-roots
Specify replica roots whose changelog you want to dump. The replica
-roots may be seperated by comma. All the replica roots would be
+roots may be separated by comma. All the replica roots would be
dumped if the option is omitted.
.TP
.B \-v
diff --git a/man/man1/logconv.pl.1 b/man/man1/logconv.pl.1
index c7a77953..ab81c691 100644
--- a/man/man1/logconv.pl.1
+++ b/man/man1/logconv.pl.1
@@ -45,11 +45,11 @@ E.g. Load balancers
Print version of the tool
.TP
.B \fB\-S\fR <time to begin analyzing logfile from>
-Time to begin analyzing logile from
+Time to begin analyzing logfile from
E.g. [28/Mar/2002:13:14:22 \fB\-0800]\fR
.TP
.B \fB\-E\fR <time to stop analyzing logfile>
-Time to stop analyzing logile from
+Time to stop analyzing logfile from
E.g. [28/Mar/2002:13:24:62 \fB\-0800]\fR
.TP
\fB\-V\fR <enable verbose output \- includes all stats listed below>