Fix comment typo

This commit is contained in:
Jesús Ángel 2018-11-02 18:57:10 +01:00
parent c32d3f7229
commit 48217d86d4

View File

@ -1,5 +1,5 @@
/*
* Wazuh app - Cluster monitoring controller
* Wazuh app - Reporting controller
* Copyright (C) 2018 Wazuh, Inc.
*
* This program is free software; you can redistribute it and/or modify
@ -116,5 +116,5 @@ class ReportingController {
}
}
// Logs controller
// Reporting controller
app.controller('reportingController', ReportingController);