Correct "successfuly" typos.
authorChris Lamb <chris@chris-lamb.co.uk>
Fri, 17 Feb 2017 19:51:29 +0000 (08:51 +1300)
committerGarming Sam <garming@samba.org>
Wed, 22 Feb 2017 07:26:22 +0000 (08:26 +0100)
Signed-off-by: Chris Lamb <chris@chris-lamb.co.uk>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
source3/lib/gencache.c
source3/printing/print_cups.c
source4/dsdb/repl/drepl_notify.c

index b5fed3df1078e2efff15891d700656bbfef41640..2c1704e85d75fb31b493694834e70c38d22776ef 100644 (file)
@@ -565,7 +565,7 @@ static void gencache_get_data_blob_parser(time_t timeout, DATA_BLOB blob,
  * @param timeout pointer to a time_t that is filled with entry's
  *        timeout
  *
- * @retval true when entry is successfuly fetched
+ * @retval true when entry is successfully fetched
  * @retval false for failure
  **/
 
@@ -832,7 +832,7 @@ bool gencache_get(const char *keystr, TALLOC_CTX *mem_ctx, char **value,
  * @param value text representation value being cached
  * @param timeout time when the value is expired
  *
- * @retval true when entry is successfuly stored
+ * @retval true when entry is successfully stored
  * @retval false on failure
  **/
 
index 7c4d35d6d3408da055e645d3530451d36e32bb4d..738307f47b4cfef1a3bf2361bc601010220ea0e2 100644 (file)
@@ -299,7 +299,7 @@ err_out:
 
 /*
  * request printer list from cups, send result back to up parent via fd.
- * returns true if the (possibly failed) result was successfuly sent to parent.
+ * returns true if the (possibly failed) result was successfully sent to parent.
  */
 static bool cups_cache_reload_async(int fd)
 {
index 14d700e14f6f7b4f7f60b92315779915cfc92c37..980806b89c124dce61542a3597e2c1459da535d3 100644 (file)
@@ -195,7 +195,7 @@ static void dreplsrv_notify_op_callback(struct tevent_req *subreq)
                         ldb_dn_get_linearized(op->source_dsa->partition->dn),
                         nt_errstr(status), win_errstr(werr));
        } else {
-               DBG_INFO("dreplsrv_notify: DsReplicaSync successfuly sent to %s\n",
+               DBG_INFO("dreplsrv_notify: DsReplicaSync successfully sent to %s\n",
                         op->source_dsa->repsFrom1->other_info->dns_name);
                op->source_dsa->notify_uSN = op->uSN;
        }