summaryrefslogtreecommitdiff
path: root/LibTSforge/SPP/SPPUtils.cs
diff options
context:
space:
mode:
authorWither OrNot2025-04-07 23:23:19 +0000
committerWither OrNot2025-04-07 23:23:19 +0000
commitb7868ff296016917c38657474117d5ca820b2312 (patch)
tree5c3dd53fe258c322c14dc2d69b8864a98de91a4a /LibTSforge/SPP/SPPUtils.cs
parentcb5c97d443982e547a8dd5a76032de8fa6859b61 (diff)
parent3a3ac06ca3715127475c7a2c7b3f0782e1690dfb (diff)
downloadTSforge-b7868ff296016917c38657474117d5ca820b2312.zip
Merge branch 'longhorn' of https://github.com/massgravel/TSforge into longhorn1.1.0-longhorn+1
Diffstat (limited to 'LibTSforge/SPP/SPPUtils.cs')
-rw-r--r--LibTSforge/SPP/SPPUtils.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/LibTSforge/SPP/SPPUtils.cs b/LibTSforge/SPP/SPPUtils.cs
index a535bc7..fc4967b 100644
--- a/LibTSforge/SPP/SPPUtils.cs
+++ b/LibTSforge/SPP/SPPUtils.cs
@@ -1,13 +1,13 @@
namespace LibTSforge.SPP
{
- using LibTSforge.Crypto;
- using LibTSforge.PhysicalStore;
- using LibTSforge.TokenStore;
using Microsoft.Win32;
using System;
using System.IO;
using System.Linq;
using System.ServiceProcess;
+ using Crypto;
+ using PhysicalStore;
+ using TokenStore;
public static class SPPUtils
{
@@ -328,7 +328,7 @@ namespace LibTSforge.SPP
RestartSPP(version);
- Logger.WriteLine("Loaded store file succesfully.");
+ Logger.WriteLine("Loaded store file successfully.");
}
}
}