diff --git a/src/figure_3_1.m b/src/figure_3_1.m
index 8c32fed79f3170c2f5f1a868406ea388ba8c6712..d5870a0901fc9f61f733c172a83e71017c648485 100644
--- a/src/figure_3_1.m
+++ b/src/figure_3_1.m
@@ -90,7 +90,7 @@ plot(x_nut(:,1),x_nut(:,2),'LineWidth', 1.5, 'Color', 'blue')
 hold on
 
 plot(Rkite*cos(d)+zkite(1) ,Rkite*sin(d)+zkite(2),'LineStyle', '--', 'LineWidth', 1, 'Color', 'black')
-hold on0
+hold on
 scatter(zkite(1),zkite(2),100,'Marker','+','LineWidth', 1,'MarkerEdgeColor', 'black')
 
 plot(Rnut*cos(d)+znut(1) ,Rnut*sin(d)+znut(2),'LineStyle', '--', 'LineWidth', 1, 'Color', 'black')
@@ -107,4 +107,4 @@ ax.FontSize = 17;
 xlabel('$x_1$', 'Interpreter', 'LaTex', 'Fontsize', 17)
 ylabel('$x_2$', 'Interpreter', 'LaTex', 'Fontsize', 17)
 
-print ../figures/figure_geometry_kiteandnut.eps -depsc
\ No newline at end of file
+print ../figures/figure_geometry_kiteandnut.eps -depsc