From 1dbc5b878dc0a8682463b0779e28109e280668f6 Mon Sep 17 00:00:00 2001
From: Fredrik Bagge Carlson <cont-frb@ulund.org>
Date: Sun, 20 Aug 2017 21:39:03 +0200
Subject: [PATCH] Fix typo

---
 src/interface.jl | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/interface.jl b/src/interface.jl
index aa90e30..53d15a1 100644
--- a/src/interface.jl
+++ b/src/interface.jl
@@ -1,4 +1,4 @@
-export AbstractProcess, PhycicalProcess, SimulatedProcess
+export AbstractProcess, PhysicalProcess, SimulatedProcess
 export  num_outputs,
         num_inputs,
         outputrange,
@@ -10,7 +10,7 @@ export  num_outputs,
 
 # Interface specification ===================================================================
 abstract type AbstractProcess end
-abstract type PhycicalProcess  <: AbstractProcess end
+abstract type PhysicalProcess  <: AbstractProcess end
 abstract type SimulatedProcess <: AbstractProcess end
 
 num_outputs(p::AbstractProcess) = error("Function not implemented for $(typeof(p))")
-- 
GitLab