From: pines Date: Thu, 8 Feb 2007 03:24:22 +0000 (+0000) Subject: typo X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=727bdd88f5f6e5f21af70e3e3fef517850f4d18d;p=Evergreen.git typo git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_0@6918 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/util/file.js b/Open-ILS/xul/staff_client/chrome/content/util/file.js index c1107e2630..8bfa12f986 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/file.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/file.js @@ -31,7 +31,7 @@ util.file.prototype = { switch(path) { case 'profile' : - this._file = this.dirService.get( "UChrom", Components.interfaces.nsIFile ); + this._file = this.dirService.get( "UChrm", Components.interfaces.nsIFile ); //this._file = this.dirService.get( "ProfD", Components.interfaces.nsIFile ); break; case 'chrome' :