]> Lady’s Gitweb - Gitweb/blobdiff - static/js/lib/cookies.js
correct a few doubled-word nits in comments and documentation
[Gitweb] / static / js / lib / cookies.js
index ebb0513575cf091a12631b2798df72da974baf06cdfbb552be3fcabd937d03cc..aee0cbecebbf0a05d048a2e2d9bb15fbcbd126b0bf37d30dbabfb577b2731429 100644 (file)
@@ -30,7 +30,7 @@
  *                            If a negative value is specified or a date in the past),
  *                            the cookie will be deleted.
  *                            If set to null or omitted, the cookie will be a session cookie
  *                            If a negative value is specified or a date in the past),
  *                            the cookie will be deleted.
  *                            If set to null or omitted, the cookie will be a session cookie
- *                            and will not be retained when the the browser exits.
+ *                            and will not be retained when the browser exits.
  * @param {String} [options.path] Restrict access of a cookie to particular directory
  *                               (default: path of page that created the cookie).
  * @param {String} [options.domain] Override what web sites are allowed to access cookie
  * @param {String} [options.path] Restrict access of a cookie to particular directory
  *                               (default: path of page that created the cookie).
  * @param {String} [options.domain] Override what web sites are allowed to access cookie
This page took 0.186538 seconds and 4 git commands to generate.