From: Dan Wells Date: Thu, 18 Apr 2019 14:14:04 +0000 (-0400) Subject: Trivial change to file header comment X-Git-Url: http://git.equinoxoli.org/?p=evergreen-equinox.git;a=commitdiff_plain;h=7f08fdb4988ec1edf06ebbbf0fb1b32178292155 Trivial change to file header comment Signed-off-by: Dan Wells --- diff --git a/Open-ILS/src/eg2/src/app/staff/share/holds/holds.service.ts b/Open-ILS/src/eg2/src/app/staff/share/holds/holds.service.ts index 784dcec..91a45ae 100644 --- a/Open-ILS/src/eg2/src/app/staff/share/holds/holds.service.ts +++ b/Open-ILS/src/eg2/src/app/staff/share/holds/holds.service.ts @@ -1,5 +1,5 @@ /** - * Common code for mananging holdings + * Common code for mananging holds */ import {Injectable} from '@angular/core'; import {Observable} from 'rxjs';