summaryrefslogtreecommitdiffstats
path: root/components
diff options
context:
space:
mode:
authorsungmann.cho <sungmann.cho@navercorp.com>2014-09-28 23:39:18 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-29 06:40:59 +0000
commit8b0ae1bd5eabb6490a7c0237b40d925c46c391d0 (patch)
tree62a3a5454f7250aea82b91d40452d0a3939468cf /components
parent6958b7fc4bfdfacbb5f8a7202ac79782b39bcbde (diff)
downloadchromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.zip
chromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.tar.gz
chromium_src-8b0ae1bd5eabb6490a7c0237b40d925c46c391d0.tar.bz2
Fix some minor typos: psuedo -> pseudo
TBR=mark@chromium.org Review URL: https://codereview.chromium.org/614573002 Cr-Commit-Position: refs/heads/master@{#297144}
Diffstat (limited to 'components')
-rw-r--r--components/dom_distiller/core/css/distilledpage.css2
-rw-r--r--components/rappor/byte_vector_utils.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
index 13b2049..c34d058 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -3,7 +3,7 @@
* found in the LICENSE file. */
/* Set the global 'box-sizing' state to 'border-box'.
- * *::after and *::before used to select psuedo-elements not selectable by *. */
+ * *::after and *::before used to select pseudo-elements not selectable by *. */
*,
*::after,
diff --git a/components/rappor/byte_vector_utils.h b/components/rappor/byte_vector_utils.h
index 3f8eb27..3bc0936 100644
--- a/components/rappor/byte_vector_utils.h
+++ b/components/rappor/byte_vector_utils.h
@@ -62,7 +62,7 @@ class ByteVectorGenerator {
DISALLOW_COPY_AND_ASSIGN(ByteVectorGenerator);
};
-// A ByteVectorGenerator that uses a psuedo-random function to generate a
+// A ByteVectorGenerator that uses a pseudo-random function to generate a
// deterministically random bits. This class only implements a single request
// from HMAC_DRBG and streams up to 2^19 bits from that request.
// Ref: http://csrc.nist.gov/publications/nistpubs/800-90A/SP800-90A.pdf