1
0
mirror of https://github.com/clementine-player/Clementine synced 2024-12-22 07:54:18 +01:00

Fix a typo in a header guard (#5570)

This commit is contained in:
Golubev Alexander 2016-12-27 04:12:54 +04:00 committed by John Maguire
parent 265f27aff6
commit 789c4924f4

View File

@ -15,7 +15,7 @@
along with Clementine. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef MOCK_NETWORKACCESSAMANGER_H
#ifndef MOCK_NETWORKACCESSMANAGER_H
#define MOCK_NETWORKACCESSMANAGER_H
#include <QByteArray>